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 /** * Returns an array with the name of the defined classes * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Returns an array with the name of the defined classes
 *
 * @phpstub
 *
 * @return array Returns an array of the names of the declared classes in the current
 *               script.
 */
function get_declared_classes()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns an array with the name of the defined classes
 *
 * @phpstub
 *
 * @return array Returns an array of the names of the declared classes in the current
 *               script.
 */
function get_declared_classes()
{
}

Function Calls

None

Variables

None

Stats

MD5 6b1b3358bc021d6815baa6e06d0745e3
Eval Count 0
Decode Time 88 ms