- release 1.0.0RC3
[m6w6/ext-http] / docs / functions.html
index 164af4c00b2e784569423379e7dd8e31f811fcaa..e0d1e1c07131103a6cac648937d3137e87ae42e1 100644 (file)
@@ -402,6 +402,9 @@ See http_get() for a full list of available options.</p>
 Accepts an optional third string parameter containing the raw request body.<br />
 See http_get() for a full list of available options.</p>
 <p>Returns the HTTP response(s) as string on success, or FALSE on failure.</p>
+<h2 id="http_request_body_encode">string http_request_body_encode(array fields, array files)</h2>
+<p>Generate x-www-form-urlencoded resp. form-data encoded request body.</p>
+<p>Returns encoded string on success, or FALSE on failure.</p>
 <h2 id="http_request_method_register">int http_request_method_register(string method)</h2>
 <p>Register a custom request method.</p>
 <p>Expects a string parameter containing the request method name to register.</p>
@@ -1209,6 +1212,8 @@ http.cache_log is set.</p>
 </li>
 <li><a href="#http_request">http_request</a>
 </li>
+<li><a href="#http_request_body_encode">http_request_body_encode</a>
+</li>
 <li><a href="#http_request_method_register">http_request_method_register</a>
 </li>
 <li><a href="#http_request_method_unregister">http_request_method_unregister</a>
@@ -1410,7 +1415,7 @@ http.cache_log is set.</p>
 </li>
 </ul>
 </div>
-    <p><b>Generated at: Thu, 06 Apr 2006 15:55:09 +0200</b></p>
+    <p><b>Generated at: Thu, 13 Apr 2006 17:25:58 +0200</b></p>
 </body>
 </html>