



|
Manuel PHP
|
|
Table : .addcslashes.addslashes .bin2hex .chop .rtrim() .chr .chunk split .convert cyr string .convert uudecode .convert uuencode .count chars .crc32 .crypt .echo .explode .fprintf .get html translation table .htmlspecialchars() .htmlentities() .hebrev .hebrevc .html entity decode .htmlentities .htmlspecialchars decode .htmlspecialchars .implode .join .implode() .levenshtein .localeconv .ltrim .md5 file .md5 .metaphone .money format .nl langinfo .nl2br .number format .ord .parse str .printf .quoted printable decode .quotemeta .rtrim .setlocale .sha1 file .sha1 .similar text .soundex .sprintf .sscanf .str getcsv .chaîne de caractères .str ireplace .str replace() .str pad .str repeat .str replace .str rot13 .str shuffle .str split .str word count .strcasecmp .strchr .strstr() .strcmp .strcoll .strcspn .strip tags .stripcslashes .addcslashes() .stripos .stripslashes .stristr .strlen .strnatcasecmp .strnatcmp .strncasecmp .strncmp .strpbrk .strpos .strrchr .strrev .strripos .strrpos .strspn .strstr .strtok .strtolower .strtoupper .strtr .substr compare .substr count .substr replace .substr .trim .ucfirst .ucwords .vfprintf .vprintf .vsprintf .wordwrap |
get_html_translation_tableget_html_translation_table(PHP 4, PHP 5) get_html_translation_table -- Retourne la table de traduction des entités utilisée par htmlspecialchars() et htmlentities()Descriptionarray get_html_translation_table ( [int table [, int quote_style]] )get_html_translation_table() retourne la table de traduction des entités utilisée en interne par les fonctions htmlspecialchars() et htmlentities().
Il existe deux constantes (HTML_ENTITIES et
HTML_SPECIALCHARS), qui vous permettent de
spécifier la table que vous souhaitez. Le paramètre
Voir aussi htmlspecialchars(), htmlentities() et html_entity_decode().
|

