Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Checks if the object or class has a property * * @phpstub * * @param mix..

Decoded Output download

<?php

/**
 * Checks if the object or class has a property
 *
 * @phpstub
 *
 * @param mixed $class
 * @param string $property
 *
 * @return bool Returns true if the property exists, false if it doesn't exist or
 *              null in case of an error.
 */
function property_exists($class, $property)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Checks if the object or class has a property
 *
 * @phpstub
 *
 * @param mixed $class
 * @param string $property
 *
 * @return bool Returns true if the property exists, false if it doesn't exist or
 *              null in case of an error.
 */
function property_exists($class, $property)
{
}

Function Calls

None

Variables

None

Stats

MD5 451a835f8e2554fa63aa49f5e4c13326
Eval Count 0
Decode Time 96 ms