From 460373cf018ebf8256d23b0ce13fe5be6eb1e001 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 10 Jun 2013 22:05:53 +0000 Subject: [PATCH] Document curl_escape(), patch by Adam Kazimierczak: kazymjir@ gmail git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330474 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-escape.xml | 49 ++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 4 deletions(-) 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; + + + <function>curl_escape</function> example + + +]]> + + + + + + + &reftitle.seealso; + + + curl_unescape + urlencode + rawurlencode + RFC 3986 + + + +