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 special HTML entities back to characters * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Convert special HTML entities back to characters
*
* @phpstub
*
* @param string $string
* @param int $flags
*
* @return string Returns the decoded string.
*/
function htmlspecialchars_decode($string, $flags = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert special HTML entities back to characters
*
* @phpstub
*
* @param string $string
* @param int $flags
*
* @return string Returns the decoded string.
*/
function htmlspecialchars_decode($string, $flags = false)
{
}
Function Calls
None |
Stats
MD5 | 0519f8afa11bbcb1e3d4a3ba9ef81234 |
Eval Count | 0 |
Decode Time | 86 ms |