From 525876b234555c87d38e8eb07522dd1c30a7974f Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 10 Aug 2002 10:59:48 +0000 Subject: [PATCH] Adding see also links to make sure get_html_translation_table is linked in... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91440 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/htmlentities.xml | 6 +++--- reference/strings/functions/htmlspecialchars.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/strings/functions/htmlentities.xml b/reference/strings/functions/htmlentities.xml index e721d17705..e4cf8d755a 100644 --- a/reference/strings/functions/htmlentities.xml +++ b/reference/strings/functions/htmlentities.xml @@ -1,5 +1,5 @@ - + @@ -59,8 +59,8 @@ function unhtmlentities ($string) - See also htmlspecialchars and - nl2br. + See also get_html_translation_table, + htmlspecialchars and nl2br. diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml index c96dc7fe39..bda399edb7 100644 --- a/reference/strings/functions/htmlspecialchars.xml +++ b/reference/strings/functions/htmlspecialchars.xml @@ -1,5 +1,5 @@ - + @@ -88,8 +88,8 @@ $new = htmlspecialchars("Test", ENT_QUOTES); added in PHP 4.1.0. - See also htmlentities and - nl2br. + See also get_html_translation_table, + htmlentities and nl2br.