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 all HTML entities to their applicable characters * * @phpstub * ..
Decoded Output download
<?php
/**
* Convert all HTML entities to their applicable characters
*
* @phpstub
*
* @param string $string
* @param int $flags
* @param string $encoding
*
* @return string Returns the decoded string.
*/
function html_entity_decode($string, $flags = false, $encoding = '\'UTF-8\'')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Convert all HTML entities to their applicable characters
*
* @phpstub
*
* @param string $string
* @param int $flags
* @param string $encoding
*
* @return string Returns the decoded string.
*/
function html_entity_decode($string, $flags = false, $encoding = '\'UTF-8\'')
{
}
Function Calls
None |
Stats
MD5 | 338e2b17e710d021e143cc504e81ad7f |
Eval Count | 0 |
Decode Time | 85 ms |