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 /** * Converts a string with ISO-8859-1 characters encoded with UTF-8 to single..

Decoded Output download

<?php

/**
 * Converts a string with ISO-8859-1 characters encoded with UTF-8
   to single-byte ISO-8859-1
 *
 * @phpstub
 *
 * @param string $data
 *
 * @return string Returns the ISO-8859-1 translation of .
 */
function utf8_decode($data)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Converts a string with ISO-8859-1 characters encoded with UTF-8
   to single-byte ISO-8859-1
 *
 * @phpstub
 *
 * @param string $data
 *
 * @return string Returns the ISO-8859-1 translation of .
 */
function utf8_decode($data)
{
}

Function Calls

None

Variables

None

Stats

MD5 8de0d03ad0e464a2959087cfd5a6dfdc
Eval Count 0
Decode Time 144 ms