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 /** * Encodes an ISO-8859-1 string to UTF-8 * * @phpstub * * @param string $da..
Decoded Output download
<?php
/**
* Encodes an ISO-8859-1 string to UTF-8
*
* @phpstub
*
* @param string $data
*
* @return string Returns the UTF-8 translation of .
*/
function utf8_encode($data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Encodes an ISO-8859-1 string to UTF-8
*
* @phpstub
*
* @param string $data
*
* @return string Returns the UTF-8 translation of .
*/
function utf8_encode($data)
{
}
Function Calls
None |
Stats
MD5 | cf3ecf4a4c57898679b01722b9f6b523 |
Eval Count | 0 |
Decode Time | 74 ms |