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 /** * Set/Get substitution character * * @phpstub * * @param mixed $substrchar..

Decoded Output download

<?php

/**
 * Set/Get substitution character
 *
 * @phpstub
 *
 * @param mixed $substrchar
 *
 * @return mixed If  is set, it returns true for success,
 *               otherwise returns false.
 *               If  is not set, it returns the Unicode value,
 *               or "" or "".
 */
function mb_substitute_character($substrchar = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set/Get substitution character
 *
 * @phpstub
 *
 * @param mixed $substrchar
 *
 * @return mixed If  is set, it returns true for success,
 *               otherwise returns false.
 *               If  is not set, it returns the Unicode value,
 *               or "" or "".
 */
function mb_substitute_character($substrchar = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 2a0853778c6fb7fed097078c50ca5b73
Eval Count 0
Decode Time 75 ms