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 is of this class or has this class as one of its parent..

Decoded Output download

<?php

/**
 * Checks if the object is of this class or has this class as one of its parents
 *
 * @phpstub
 *
 * @param object $object
 * @param string $class_name
 * @param bool $allow_string
 *
 * @return bool Returns true if the object is of this class or has this class as one of
 *              its parents, false otherwise.
 */
function is_a($object, $class_name, $allow_string = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Checks if the object is of this class or has this class as one of its parents
 *
 * @phpstub
 *
 * @param object $object
 * @param string $class_name
 * @param bool $allow_string
 *
 * @return bool Returns true if the object is of this class or has this class as one of
 *              its parents, false otherwise.
 */
function is_a($object, $class_name, $allow_string = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 7443e331e728fe1e615db8970ebc0a8a
Eval Count 0
Decode Time 109 ms