diff --git a/reference/curl/functions/curl-escape.xml b/reference/curl/functions/curl-escape.xml
index 6caad995a1..8d0b2affa0 100644
--- a/reference/curl/functions/curl-escape.xml
+++ b/reference/curl/functions/curl-escape.xml
@@ -15,11 +15,9 @@
stringstr
-
+ This function URL encodes the given string according to RFC 3986.
- &warn.undocumented.func;
-
@@ -30,7 +28,7 @@
str
-
+ The string to be encoded.
@@ -44,6 +42,49 @@
+
+ &reftitle.examples;
+
+
+ curl_escape example
+
+
+]]>
+
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ curl_unescape
+ urlencode
+ rawurlencode
+ RFC 3986
+
+
+
+