From 336ab37eb6fa1e0e91857d65fae0e747b4ad481c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 4 Mar 2005 13:12:13 +0000 Subject: [PATCH 1/1] * fix header ids --- docs/functions.html | 92 ++++++++++++++++++++++----------------------- funcsummary.php | 3 +- 2 files changed, 48 insertions(+), 47 deletions(-) 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 diff --git a/funcsummary.php b/funcsummary.php index f5330e6..f8a96cf 100644 --- a/funcsummary.php +++ b/funcsummary.php @@ -77,7 +77,8 @@ foreach (array_slice($_SERVER['argv'], 1) as $f) { if (mf($f, $m)) { printf("

%s

\n", basename($f)); foreach ($m[1] as $i => $p) { - printf("

%s

\n%s\n", $m[4][$i], $p, ff($m[3][$i])); + printf("

%s

\n%s\n", + str_replace(', ', '_', $m[4][$i]), $p, ff($m[3][$i])); } print "
\n"; } -- 2.30.2