From 959ade2dae0c5c0318cbdc79b299df129035566c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 10 Dec 2010 14:06:54 +0000 Subject: [PATCH] Document the new charset_hint parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306187 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/get-html-translation-table.xml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/reference/strings/functions/get-html-translation-table.xml b/reference/strings/functions/get-html-translation-table.xml index 78d504741f..21d02c214d 100644 --- a/reference/strings/functions/get-html-translation-table.xml +++ b/reference/strings/functions/get-html-translation-table.xml @@ -12,6 +12,7 @@ arrayget_html_translation_table inttableHTML_SPECIALCHARS intquote_styleENT_COMPAT + stringcharset_hint get_html_translation_table will return the @@ -56,6 +57,18 @@ + + charset_hint + + + Like htmlentities, it takes an optional + third argument charset which defines character + set used in conversion. + Presently, the ISO-8859-1 character set is used as the default. + + &reference.strings.charsets; + + @@ -67,6 +80,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.4 + + The charset_hint parameter was added. + + + + + + + + &reftitle.examples;