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 /** * Reverse a string * * @phpstub * * @param string $string * * @return st..
Decoded Output download
<?php
/**
* Reverse a string
*
* @phpstub
*
* @param string $string
*
* @return string Returns the reversed string.
*/
function strrev($string)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Reverse a string
*
* @phpstub
*
* @param string $string
*
* @return string Returns the reversed string.
*/
function strrev($string)
{
}
Function Calls
None |
Stats
MD5 | 59865e45f01a30ca0dffe14af351d367 |
Eval Count | 0 |
Decode Time | 77 ms |