From 57714d4eb027a697d42bf2d86fe882862a090673 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sat, 27 Apr 2002 21:56:53 +0000 Subject: [PATCH] fixing bug #12379 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80177 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/htmlentities.xml | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/htmlentities.xml b/reference/strings/functions/htmlentities.xml index 4c17cc7d31..617b0c48a1 100644 --- a/reference/strings/functions/htmlentities.xml +++ b/reference/strings/functions/htmlentities.xml @@ -1,5 +1,5 @@ - + @@ -39,6 +39,25 @@ third argument which defines character set used in conversion. Support for this argument was added in PHP 4.1.0. + + There is no reverse of this function. However, you can create one on your + own. Here is an example of how to do this. + + + Reverse of <function>htmlentities</function> + +<[!CDATA[ + +]]> + + See also htmlspecialchars and nl2br.