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 /** * Unregister given function as __autoload() implementation * * @phpstub * ..
Decoded Output download
<?php
/**
* Unregister given function as __autoload() implementation
*
* @phpstub
*
* @param mixed $autoload_function
*
* @return bool
*/
function spl_autoload_unregister($autoload_function)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Unregister given function as __autoload() implementation
*
* @phpstub
*
* @param mixed $autoload_function
*
* @return bool
*/
function spl_autoload_unregister($autoload_function)
{
}
Function Calls
None |
Stats
MD5 | a82db0f120a6a4368042f7adc3a2e0ee |
Eval Count | 0 |
Decode Time | 74 ms |