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 /** * Turn debug output on/off * * @phpstub * * @param bool $on_off * * @ret..
Decoded Output download
<?php
/**
* Turn debug output on/off
*
* @phpstub
*
* @param bool $on_off
*
* @return bool Returns true if PHP was built with --enable-debug option, otherwise
* returns false.
*/
function memcache_debug($on_off)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Turn debug output on/off
*
* @phpstub
*
* @param bool $on_off
*
* @return bool Returns true if PHP was built with --enable-debug option, otherwise
* returns false.
*/
function memcache_debug($on_off)
{
}
Function Calls
None |
Stats
MD5 | 017c5586a80e8e32b92886bdc0ce3fb4 |
Eval Count | 0 |
Decode Time | 85 ms |