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 /** * Decode HTML numeric string reference to character * * @phpstub * * @para..
Decoded Output download
<?php
/**
* Decode HTML numeric string reference to character
*
* @phpstub
*
* @param string $str
* @param array $convmap
* @param string $encoding
*
* @return string The converted ``string``.
*/
function mb_decode_numericentity($str, $convmap, $encoding)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decode HTML numeric string reference to character
*
* @phpstub
*
* @param string $str
* @param array $convmap
* @param string $encoding
*
* @return string The converted ``string``.
*/
function mb_decode_numericentity($str, $convmap, $encoding)
{
}
Function Calls
None |
Stats
MD5 | 6251a484d284e3906dfcdd5648e55b69 |
Eval Count | 0 |
Decode Time | 112 ms |