X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;h=41cf9063697a5510be706e250699b6e2e707a12f;hp=24955b17b6e1e624922ae5c9e584677eff011dca;hb=336ab37eb6fa1e0e91857d65fae0e747b4ad481c;hpb=a12e8ddfaa5a94e76261f165b0c0299c87b886b1;ds=sidebyside diff --git a/docs/functions.html b/docs/functions.html index 24955b1..41cf906 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -220,97 +220,97 @@ See http_get() for a full list of available options.

Generates a form-encoded query string from an associative array or object.


http_methods.c

-

void HTTPi_Response::__construct(bool cache, bool gzip)

+

void HTTPi_Response::__construct(bool cache, bool gzip)

-

bool HTTPi_Response::setCache(bool cache)

+

bool HTTPi_Response::setCache(bool cache)

-

bool HTTPi_Response::getCache()

+

bool HTTPi_Response::getCache()

-

bool HTTPi_Response::setGzip(bool gzip)

+

bool HTTPi_Response::setGzip(bool gzip)

-

bool HTTPi_Response::getGzip()

+

bool HTTPi_Response::getGzip()

-

bool HTTPi_Response::setCacheControl(string control[, bool raw = false])

+

bool HTTPi_Response::setCacheControl(string control[, bool raw = false])

-

string HTTPi_Response::getCacheControl()

+

string HTTPi_Response::getCacheControl()

-

bool HTTPi::setContentType(string content_type)

+

bool HTTPi::setContentType(string content_type)

-

string HTTPi_Response::getContentType()

+

string HTTPi_Response::getContentType()

-

bool HTTPi_Response::setContentDisposition(string filename[, bool inline = false])

+

bool HTTPi_Response::setContentDisposition(string filename[, bool inline = false])

-

array HTTPi_Response::getContentDisposition()

+

array HTTPi_Response::getContentDisposition()

-

bool HTTPi_Response::setETag(string etag)

+

bool HTTPi_Response::setETag(string etag)

-

string HTTPi_Response::getETag()

+

string HTTPi_Response::getETag()

-

bool HTTPi_Response::setData(string data)

+

bool HTTPi_Response::setData(string data)

-

string HTTPi_Response::getData()

+

string HTTPi_Response::getData()

-

bool HTTPi_Response::setStream(resource stream)

+

bool HTTPi_Response::setStream(resource stream)

-

resource HTTPi_Response::getStream()

+

resource HTTPi_Response::getStream()

-

bool HTTPi_Response::setFile(string file)

+

bool HTTPi_Response::setFile(string file)

-

string HTTPi_Response::getFile()

+

string HTTPi_Response::getFile()

-

void HTTPi_Request::__construct([string url[, long request_method = HTTP_GET]])

+

void HTTPi_Request::__construct([string url[, long request_method = HTTP_GET]])

-

void HTTPi_Request::__destruct()

+

void HTTPi_Request::__destruct()

-

bool HTTPi_Request::setOptions(array options)

+

bool HTTPi_Request::setOptions(array options)

-

array HTTPi_Request::getOptions()

+

array HTTPi_Request::getOptions()

-

bool HTTPi_Request::setURL(string url)

+

bool HTTPi_Request::setURL(string url)

-

string HTTPi_Request::getUrl()

+

string HTTPi_Request::getUrl()

-

bool HTTPi_Request::setMethod(long request_method)

+

bool HTTPi_Request::setMethod(long request_method)

-

long HTTPi_Request::getMethod()

+

long HTTPi_Request::getMethod()

-

bool HTTPi_Request::setContentType(string content_type)

+

bool HTTPi_Request::setContentType(string content_type)

-

string HTTPi_Request::getContentType()

+

string HTTPi_Request::getContentType()

-

bool HTTPi_Request::setQueryData(mixed query_data)

+

bool HTTPi_Request::setQueryData(mixed query_data)

-

string HTTPi_Request::getQueryData()

+

string HTTPi_Request::getQueryData()

-

bool HTTPi_Request::addQueryData(array query_params)

+

bool HTTPi_Request::addQueryData(array query_params)

-

void HTTPi_Request::unsetQueryData()

+

void HTTPi_Request::unsetQueryData()

-

bool HTTPi_Request::addPostData(array post_data)

+

bool HTTPi_Request::addPostData(array post_data)

-

bool HTTPi_Request::setPostData(array post_data)

+

bool HTTPi_Request::setPostData(array post_data)

-

array HTTPi_Request::getPostData()

+

array HTTPi_Request::getPostData()

-

void HTTPi_Request::unsetPostData()

+

void HTTPi_Request::unsetPostData()

-

bool HTTPi_Request::addPostFile(string name, string file[, string content_type = "application/x-octetstream"])

+

bool HTTPi_Request::addPostFile(string name, string file[, string content_type = "application/x-octetstream"])

-

array HTTPi_Request::getPostFiles()

+

array HTTPi_Request::getPostFiles()

-

void HTTPi_Request::unsetPostFiles()

+

void HTTPi_Request::unsetPostFiles()

-

array HTTPi_Request::getResponseData()

+

array HTTPi_Request::getResponseData()

-

array HTTPi_Request::getResponseHeaders()

+

array HTTPi_Request::getResponseHeaders()

-

string HTTPi_Request::getResponseBody()

+

string HTTPi_Request::getResponseBody()

-

array HTTPi_Request::getResponseInfo()

+

array HTTPi_Request::getResponseInfo()

-

bool HTTPi_Request::send()

+

bool HTTPi_Request::send()


-

Generated at: Fri, 4 Mar 2005 14:02:55 +0100

+

Generated at: Fri, 4 Mar 2005 14:10:16 +0100

\ No newline at end of file