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 /** * Strip whitespace (or other characters) from the end of a string * * @phpst..
Decoded Output download
<?php
/**
* Strip whitespace (or other characters) from the end of a string
*
* @phpstub
*
* @param string $str
* @param string $charlist
*
* @return string Returns the modified string.
*/
function rtrim($str, $charlist = NULL)
{
}
/**
* Strip whitespace (or other characters) from the end of a string
*
* @phpstub-alias-of rtrim
* @phpstub
*
* @param string $str
* @param string $charlist
*
* @return string Returns the modified string.
*/
function chop($str, $charlist = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Strip whitespace (or other characters) from the end of a string
*
* @phpstub
*
* @param string $str
* @param string $charlist
*
* @return string Returns the modified string.
*/
function rtrim($str, $charlist = NULL)
{
}
/**
* Strip whitespace (or other characters) from the end of a string
*
* @phpstub-alias-of rtrim
* @phpstub
*
* @param string $str
* @param string $charlist
*
* @return string Returns the modified string.
*/
function chop($str, $charlist = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3baf9dd6cbac5b2172316a67514c1587 |
Eval Count | 0 |
Decode Time | 90 ms |