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 /** * Convert string to requested character encoding * * @phpstub * * @param s..
Decoded Output download
<?php
/**
* Convert string to requested character encoding
*
* @phpstub
*
* @param string $in_charset
* @param string $out_charset
* @param string $str
*
* @return string Returns the converted string.
*/
function iconv($in_charset, $out_charset, $str)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert string to requested character encoding
*
* @phpstub
*
* @param string $in_charset
* @param string $out_charset
* @param string $str
*
* @return string Returns the converted string.
*/
function iconv($in_charset, $out_charset, $str)
{
}
Function Calls
None |
Stats
MD5 | ce0bd3a7ac7cc48a34bae149e6cc43e9 |
Eval Count | 0 |
Decode Time | 73 ms |