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 /** * Returns the translation table used by and * * @phpstub * * @param int $..
Decoded Output download
<?php
/**
* Returns the translation table used by and
*
* @phpstub
*
* @param int $table
* @param int $flags
* @param string $encoding
*
* @return array Returns the translation table as an array, with the original characters
* as keys and entities as values.
*/
function get_html_translation_table($table = false, $flags = false, $encoding = '\'UTF-8\'')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the translation table used by and
*
* @phpstub
*
* @param int $table
* @param int $flags
* @param string $encoding
*
* @return array Returns the translation table as an array, with the original characters
* as keys and entities as values.
*/
function get_html_translation_table($table = false, $flags = false, $encoding = '\'UTF-8\'')
{
}
Function Calls
None |
Stats
MD5 | 333082aa4566e855aeb4370be279bb7e |
Eval Count | 0 |
Decode Time | 80 ms |