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 /** * Recode a string according to a recode request * * @phpstub * * @param st..
Decoded Output download
<?php
/**
* Recode a string according to a recode request
*
* @phpstub
*
* @param string $request
* @param string $string
*
* @return string Returns the recoded ``string`` or false, if unable to
* perform the recode request.
*/
function recode_string($request, $string)
{
}
/**
* Recode a string according to a recode request
*
* @phpstub-alias-of recode_string
* @phpstub
*
* @param string $request
* @param string $string
*
* @return string Returns the recoded ``string`` or false, if unable to
* perform the recode request.
*/
function recode($request, $string)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Recode a string according to a recode request
*
* @phpstub
*
* @param string $request
* @param string $string
*
* @return string Returns the recoded ``string`` or false, if unable to
* perform the recode request.
*/
function recode_string($request, $string)
{
}
/**
* Recode a string according to a recode request
*
* @phpstub-alias-of recode_string
* @phpstub
*
* @param string $request
* @param string $string
*
* @return string Returns the recoded ``string`` or false, if unable to
* perform the recode request.
*/
function recode($request, $string)
{
}
Function Calls
None |
Stats
MD5 | 93b6a936d8a7082f46940706bdc70b56 |
Eval Count | 0 |
Decode Time | 90 ms |