From 5ffceab5683344112aaf63f6c17a63945631680e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 22 Dec 2003 15:42:17 +0000 Subject: [PATCH] Added cross-references git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147171 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/htmlspecialchars.xml | 3 ++- reference/strings/functions/strip-tags.xml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml index 6efeb6859c..403e295d2d 100644 --- a/reference/strings/functions/htmlspecialchars.xml +++ b/reference/strings/functions/htmlspecialchars.xml @@ -1,5 +1,5 @@ - + @@ -93,6 +93,7 @@ echo $new; // <a href='test'>Test</a> &reference.strings.charsets; See also get_html_translation_table, + strip_tags, htmlentities, and nl2br. diff --git a/reference/strings/functions/strip-tags.xml b/reference/strings/functions/strip-tags.xml index 026cfb2fe2..424c16db5f 100644 --- a/reference/strings/functions/strip-tags.xml +++ b/reference/strings/functions/strip-tags.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,9 @@ $string = strip_tags($string, ''); to other users. + + See also htmlspecialchars. +