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 a binary string into a Unicode string * * @phpstub * * @param st..

Decoded Output download

<?php

/**
 * Convert a binary string into a Unicode string
 *
 * @phpstub
 *
 * @param string $input
 * @param string $encoding
 * @param int $errmode
 *
 * @return unicode A ``unicode`` string.
 */
function unicode_decode($input, $encoding, $errmode = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Convert a binary string into a Unicode string
 *
 * @phpstub
 *
 * @param string $input
 * @param string $encoding
 * @param int $errmode
 *
 * @return unicode A ``unicode`` string.
 */
function unicode_decode($input, $encoding, $errmode = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 2c30b045b738bea970085e2cba305af0
Eval Count 0
Decode Time 106 ms