|
PHP5中文手册
get_html_translation_table(PHP 4, PHP 5) get_html_translation_table — Returns the translation table used by htmlspecialchars() and htmlentities() 说明
array get_html_translation_table
([ int $table
[, int $quote_style
]] )
get_html_translation_table() will return the translation table that is used internally for htmlspecialchars() and htmlentities().
参数
返回值Returns the translation table as an array. 范例
Example#1 Translation Table Example
<?php |