<p>Generates a form-encoded query string from an associative array or object.</p>
<hr noshade>
<h1>http_methods.c</h1>
-<h2 id="HTTPi_Response, __construct">void HTTPi_Response::__construct(bool cache, bool gzip)</h2>
+<h2 id="HTTPi_Response___construct">void HTTPi_Response::__construct(bool cache, bool gzip)</h2>
<p></p>
-<h2 id="HTTPi_Response, setCache">bool HTTPi_Response::setCache(bool cache)</h2>
+<h2 id="HTTPi_Response_setCache">bool HTTPi_Response::setCache(bool cache)</h2>
<p></p>
-<h2 id="HTTPi_Response, getCache">bool HTTPi_Response::getCache()</h2>
+<h2 id="HTTPi_Response_getCache">bool HTTPi_Response::getCache()</h2>
<p></p>
-<h2 id="HTTPi_Response, setGzip">bool HTTPi_Response::setGzip(bool gzip)</h2>
+<h2 id="HTTPi_Response_setGzip">bool HTTPi_Response::setGzip(bool gzip)</h2>
<p></p>
-<h2 id="HTTPi_Response, getGzip">bool HTTPi_Response::getGzip()</h2>
+<h2 id="HTTPi_Response_getGzip">bool HTTPi_Response::getGzip()</h2>
<p></p>
-<h2 id="HTTPi_Response, setCacheControl">bool HTTPi_Response::setCacheControl(string control[, bool raw = false])</h2>
+<h2 id="HTTPi_Response_setCacheControl">bool HTTPi_Response::setCacheControl(string control[, bool raw = false])</h2>
<p></p>
-<h2 id="HTTPi_Response, getCacheControl">string HTTPi_Response::getCacheControl()</h2>
+<h2 id="HTTPi_Response_getCacheControl">string HTTPi_Response::getCacheControl()</h2>
<p></p>
-<h2 id="HTTPi_Response, setContentType">bool HTTPi::setContentType(string content_type)</h2>
+<h2 id="HTTPi_Response_setContentType">bool HTTPi::setContentType(string content_type)</h2>
<p></p>
-<h2 id="HTTPi_Response, getContentType">string HTTPi_Response::getContentType()</h2>
+<h2 id="HTTPi_Response_getContentType">string HTTPi_Response::getContentType()</h2>
<p></p>
-<h2 id="HTTPi_Response, setContentDisposition">bool HTTPi_Response::setContentDisposition(string filename[, bool inline = false])</h2>
+<h2 id="HTTPi_Response_setContentDisposition">bool HTTPi_Response::setContentDisposition(string filename[, bool inline = false])</h2>
<p></p>
-<h2 id="HTTPi_Response, getContentDisposition">array HTTPi_Response::getContentDisposition()</h2>
+<h2 id="HTTPi_Response_getContentDisposition">array HTTPi_Response::getContentDisposition()</h2>
<p></p>
-<h2 id="HTTPi_Response, setETag">bool HTTPi_Response::setETag(string etag)</h2>
+<h2 id="HTTPi_Response_setETag">bool HTTPi_Response::setETag(string etag)</h2>
<p></p>
-<h2 id="HTTPi_Response, getETag">string HTTPi_Response::getETag()</h2>
+<h2 id="HTTPi_Response_getETag">string HTTPi_Response::getETag()</h2>
<p></p>
-<h2 id="HTTPi_Response, setData">bool HTTPi_Response::setData(string data)</h2>
+<h2 id="HTTPi_Response_setData">bool HTTPi_Response::setData(string data)</h2>
<p></p>
-<h2 id="HTTPi_Response, getData">string HTTPi_Response::getData()</h2>
+<h2 id="HTTPi_Response_getData">string HTTPi_Response::getData()</h2>
<p></p>
-<h2 id="HTTPi_Response, setStream">bool HTTPi_Response::setStream(resource stream)</h2>
+<h2 id="HTTPi_Response_setStream">bool HTTPi_Response::setStream(resource stream)</h2>
<p></p>
-<h2 id="HTTPi_Response, getStream">resource HTTPi_Response::getStream()</h2>
+<h2 id="HTTPi_Response_getStream">resource HTTPi_Response::getStream()</h2>
<p></p>
-<h2 id="HTTPi_Response, setFile">bool HTTPi_Response::setFile(string file)</h2>
+<h2 id="HTTPi_Response_setFile">bool HTTPi_Response::setFile(string file)</h2>
<p></p>
-<h2 id="HTTPi_Response, getFile">string HTTPi_Response::getFile()</h2>
+<h2 id="HTTPi_Response_getFile">string HTTPi_Response::getFile()</h2>
<p></p>
-<h2 id="HTTPi_Request, __construct">void HTTPi_Request::__construct([string url[, long request_method = HTTP_GET]])</h2>
+<h2 id="HTTPi_Request___construct">void HTTPi_Request::__construct([string url[, long request_method = HTTP_GET]])</h2>
<p></p>
-<h2 id="HTTPi_Request, __destruct">void HTTPi_Request::__destruct()</h2>
+<h2 id="HTTPi_Request___destruct">void HTTPi_Request::__destruct()</h2>
<p></p>
-<h2 id="HTTPi_Request, setOptions">bool HTTPi_Request::setOptions(array options)</h2>
+<h2 id="HTTPi_Request_setOptions">bool HTTPi_Request::setOptions(array options)</h2>
<p></p>
-<h2 id="HTTPi_Request, getOptions">array HTTPi_Request::getOptions()</h2>
+<h2 id="HTTPi_Request_getOptions">array HTTPi_Request::getOptions()</h2>
<p></p>
-<h2 id="HTTPi_Request, setURL">bool HTTPi_Request::setURL(string url)</h2>
+<h2 id="HTTPi_Request_setURL">bool HTTPi_Request::setURL(string url)</h2>
<p></p>
-<h2 id="HTTPi_Request, getURL">string HTTPi_Request::getUrl()</h2>
+<h2 id="HTTPi_Request_getURL">string HTTPi_Request::getUrl()</h2>
<p></p>
-<h2 id="HTTPi_Request, setMethod">bool HTTPi_Request::setMethod(long request_method)</h2>
+<h2 id="HTTPi_Request_setMethod">bool HTTPi_Request::setMethod(long request_method)</h2>
<p></p>
-<h2 id="HTTPi_Request, getMethod">long HTTPi_Request::getMethod()</h2>
+<h2 id="HTTPi_Request_getMethod">long HTTPi_Request::getMethod()</h2>
<p></p>
-<h2 id="HTTPi_Request, setContentType">bool HTTPi_Request::setContentType(string content_type)</h2>
+<h2 id="HTTPi_Request_setContentType">bool HTTPi_Request::setContentType(string content_type)</h2>
<p></p>
-<h2 id="HTTPi_Request, getContentType">string HTTPi_Request::getContentType()</h2>
+<h2 id="HTTPi_Request_getContentType">string HTTPi_Request::getContentType()</h2>
<p></p>
-<h2 id="HTTPi_Request, setQueryData">bool HTTPi_Request::setQueryData(mixed query_data)</h2>
+<h2 id="HTTPi_Request_setQueryData">bool HTTPi_Request::setQueryData(mixed query_data)</h2>
<p></p>
-<h2 id="HTTPi_Request, getQueryData">string HTTPi_Request::getQueryData()</h2>
+<h2 id="HTTPi_Request_getQueryData">string HTTPi_Request::getQueryData()</h2>
<p></p>
-<h2 id="HTTPi_Request, addQueryData">bool HTTPi_Request::addQueryData(array query_params)</h2>
+<h2 id="HTTPi_Request_addQueryData">bool HTTPi_Request::addQueryData(array query_params)</h2>
<p></p>
-<h2 id="HTTPi_Request, unsetQueryData">void HTTPi_Request::unsetQueryData()</h2>
+<h2 id="HTTPi_Request_unsetQueryData">void HTTPi_Request::unsetQueryData()</h2>
<p></p>
-<h2 id="HTTPi_Request, addPostData">bool HTTPi_Request::addPostData(array post_data)</h2>
+<h2 id="HTTPi_Request_addPostData">bool HTTPi_Request::addPostData(array post_data)</h2>
<p></p>
-<h2 id="HTTPi_Request, setPostData">bool HTTPi_Request::setPostData(array post_data)</h2>
+<h2 id="HTTPi_Request_setPostData">bool HTTPi_Request::setPostData(array post_data)</h2>
<p></p>
-<h2 id="HTTPi_Request, getPostData">array HTTPi_Request::getPostData()</h2>
+<h2 id="HTTPi_Request_getPostData">array HTTPi_Request::getPostData()</h2>
<p></p>
-<h2 id="HTTPi_Request, unsetPostData">void HTTPi_Request::unsetPostData()</h2>
+<h2 id="HTTPi_Request_unsetPostData">void HTTPi_Request::unsetPostData()</h2>
<p></p>
-<h2 id="HTTPi_Request, addPostFile">bool HTTPi_Request::addPostFile(string name, string file[, string content_type = "application/x-octetstream"])</h2>
+<h2 id="HTTPi_Request_addPostFile">bool HTTPi_Request::addPostFile(string name, string file[, string content_type = "application/x-octetstream"])</h2>
<p></p>
-<h2 id="HTTPi_Request, getPostFiles">array HTTPi_Request::getPostFiles()</h2>
+<h2 id="HTTPi_Request_getPostFiles">array HTTPi_Request::getPostFiles()</h2>
<p></p>
-<h2 id="HTTPi_Request, unsetPostFiles">void HTTPi_Request::unsetPostFiles()</h2>
+<h2 id="HTTPi_Request_unsetPostFiles">void HTTPi_Request::unsetPostFiles()</h2>
<p></p>
-<h2 id="HTTPi_Request, getResponseData">array HTTPi_Request::getResponseData()</h2>
+<h2 id="HTTPi_Request_getResponseData">array HTTPi_Request::getResponseData()</h2>
<p></p>
-<h2 id="HTTPi_Request, getResponseHeaders">array HTTPi_Request::getResponseHeaders()</h2>
+<h2 id="HTTPi_Request_getResponseHeaders">array HTTPi_Request::getResponseHeaders()</h2>
<p></p>
-<h2 id="HTTPi_Request, getResponseBody">string HTTPi_Request::getResponseBody()</h2>
+<h2 id="HTTPi_Request_getResponseBody">string HTTPi_Request::getResponseBody()</h2>
<p></p>
-<h2 id="HTTPi_Request, getResponseInfo">array HTTPi_Request::getResponseInfo()</h2>
+<h2 id="HTTPi_Request_getResponseInfo">array HTTPi_Request::getResponseInfo()</h2>
<p></p>
-<h2 id="HTTPi_Request, send">bool HTTPi_Request::send()</h2>
+<h2 id="HTTPi_Request_send">bool HTTPi_Request::send()</h2>
<p></p>
<hr noshade>
- <p><b>Generated at: Fri, 4 Mar 2005 14:02:55 +0100</b></p>
+ <p><b>Generated at: Fri, 4 Mar 2005 14:10:16 +0100</b></p>
</body>
</html>
\ No newline at end of file