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 /** * Un-quotes a quoted string * * @phpstub * * @param string $str * * @ret..
Decoded Output download
<?php
/**
* Un-quotes a quoted string
*
* @phpstub
*
* @param string $str
*
* @return string Returns a string with backslashes stripped off.
* ( becomes and so on.)
* Double backslashes () are made into a single
* backslash ().
*/
function stripslashes($str)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Un-quotes a quoted string
*
* @phpstub
*
* @param string $str
*
* @return string Returns a string with backslashes stripped off.
* ( becomes and so on.)
* Double backslashes () are made into a single
* backslash ().
*/
function stripslashes($str)
{
}
Function Calls
None |
Stats
MD5 | f28c53c283c0cabfab7dbee0abc98f25 |
Eval Count | 0 |
Decode Time | 75 ms |