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 /** * Gets the current active configuration setting of magic_quotes_runtime * * ..
Decoded Output download
<?php
/**
* Gets the current active configuration setting of magic_quotes_runtime
*
* @phpstub
*
* @return bool Returns 0 if magic_quotes_runtime is off, 1 otherwise.
* Or always returns false as of PHP 5.4.0.
*/
function get_magic_quotes_runtime()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the current active configuration setting of magic_quotes_runtime
*
* @phpstub
*
* @return bool Returns 0 if magic_quotes_runtime is off, 1 otherwise.
* Or always returns false as of PHP 5.4.0.
*/
function get_magic_quotes_runtime()
{
}
Function Calls
None |
Stats
MD5 | e3eb0481031e117ae1c9875fa1417192 |
Eval Count | 0 |
Decode Time | 93 ms |