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 htmlentities
+
+<[!CDATA[
+
+]]>
+
+
See also htmlspecialchars and
nl2br.