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 /** * Return the parent classes of the given class * * @phpstub * * @param mix..

Decoded Output download

<?php

/**
 * Return the parent classes of the given class
 *
 * @phpstub
 *
 * @param mixed $class
 * @param bool $autoload
 *
 * @return array An array on success, or false on error.
 */
function class_parents($class, $autoload = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the parent classes of the given class
 *
 * @phpstub
 *
 * @param mixed $class
 * @param bool $autoload
 *
 * @return array An array on success, or false on error.
 */
function class_parents($class, $autoload = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 30247a4f72b8f0584a9da1b315206b96
Eval Count 0
Decode Time 83 ms