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 /** * Retrieves the parent class name for object or class * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Retrieves the parent class name for object or class
 *
 * @phpstub
 *
 * @param mixed $object
 *
 * @return string Returns the name of the parent class of the class of which
 *                is an instance or the name.
 */
function get_parent_class($object = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieves the parent class name for object or class
 *
 * @phpstub
 *
 * @param mixed $object
 *
 * @return string Returns the name of the parent class of the class of which
 *                is an instance or the name.
 */
function get_parent_class($object = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 ba76065483ea28994467f03f3de05657
Eval Count 0
Decode Time 101 ms