* fix header ids
authorMichael Wallner <mike@php.net>
Fri, 4 Mar 2005 13:12:13 +0000 (13:12 +0000)
committerMichael Wallner <mike@php.net>
Fri, 4 Mar 2005 13:12:13 +0000 (13:12 +0000)
docs/functions.html
funcsummary.php

index 24955b17b6e1e624922ae5c9e584677eff011dca..41cf9063697a5510be706e250699b6e2e707a12f 100644 (file)
@@ -220,97 +220,97 @@ See http_get() for a full list of available options.</p>
 <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_ResponsesetCache">bool HTTPi_Response::setCache(bool cache)</h2>
+<h2 id="HTTPi_Response_setCache">bool HTTPi_Response::setCache(bool cache)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetCache">bool HTTPi_Response::getCache()</h2>
+<h2 id="HTTPi_Response_getCache">bool HTTPi_Response::getCache()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetGzip">bool HTTPi_Response::setGzip(bool gzip)</h2>
+<h2 id="HTTPi_Response_setGzip">bool HTTPi_Response::setGzip(bool gzip)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetGzip">bool HTTPi_Response::getGzip()</h2>
+<h2 id="HTTPi_Response_getGzip">bool HTTPi_Response::getGzip()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetCacheControl">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_ResponsegetCacheControl">string HTTPi_Response::getCacheControl()</h2>
+<h2 id="HTTPi_Response_getCacheControl">string HTTPi_Response::getCacheControl()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetContentType">bool HTTPi::setContentType(string content_type)</h2>
+<h2 id="HTTPi_Response_setContentType">bool HTTPi::setContentType(string content_type)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetContentType">string HTTPi_Response::getContentType()</h2>
+<h2 id="HTTPi_Response_getContentType">string HTTPi_Response::getContentType()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetContentDisposition">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_ResponsegetContentDisposition">array HTTPi_Response::getContentDisposition()</h2>
+<h2 id="HTTPi_Response_getContentDisposition">array HTTPi_Response::getContentDisposition()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetETag">bool HTTPi_Response::setETag(string etag)</h2>
+<h2 id="HTTPi_Response_setETag">bool HTTPi_Response::setETag(string etag)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetETag">string HTTPi_Response::getETag()</h2>
+<h2 id="HTTPi_Response_getETag">string HTTPi_Response::getETag()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetData">bool HTTPi_Response::setData(string data)</h2>
+<h2 id="HTTPi_Response_setData">bool HTTPi_Response::setData(string data)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetData">string HTTPi_Response::getData()</h2>
+<h2 id="HTTPi_Response_getData">string HTTPi_Response::getData()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetStream">bool HTTPi_Response::setStream(resource stream)</h2>
+<h2 id="HTTPi_Response_setStream">bool HTTPi_Response::setStream(resource stream)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetStream">resource HTTPi_Response::getStream()</h2>
+<h2 id="HTTPi_Response_getStream">resource HTTPi_Response::getStream()</h2>
 <p></p>
-<h2 id="HTTPi_ResponsesetFile">bool HTTPi_Response::setFile(string file)</h2>
+<h2 id="HTTPi_Response_setFile">bool HTTPi_Response::setFile(string file)</h2>
 <p></p>
-<h2 id="HTTPi_ResponsegetFile">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_RequestsetOptions">bool HTTPi_Request::setOptions(array options)</h2>
+<h2 id="HTTPi_Request_setOptions">bool HTTPi_Request::setOptions(array options)</h2>
 <p></p>
-<h2 id="HTTPi_RequestgetOptions">array HTTPi_Request::getOptions()</h2>
+<h2 id="HTTPi_Request_getOptions">array HTTPi_Request::getOptions()</h2>
 <p></p>
-<h2 id="HTTPi_RequestsetURL">bool HTTPi_Request::setURL(string url)</h2>
+<h2 id="HTTPi_Request_setURL">bool HTTPi_Request::setURL(string url)</h2>
 <p></p>
-<h2 id="HTTPi_RequestgetURL">string HTTPi_Request::getUrl()</h2>
+<h2 id="HTTPi_Request_getURL">string HTTPi_Request::getUrl()</h2>
 <p></p>
-<h2 id="HTTPi_RequestsetMethod">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_RequestgetMethod">long HTTPi_Request::getMethod()</h2>
+<h2 id="HTTPi_Request_getMethod">long HTTPi_Request::getMethod()</h2>
 <p></p>
-<h2 id="HTTPi_RequestsetContentType">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_RequestgetContentType">string HTTPi_Request::getContentType()</h2>
+<h2 id="HTTPi_Request_getContentType">string HTTPi_Request::getContentType()</h2>
 <p></p>
-<h2 id="HTTPi_RequestsetQueryData">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_RequestgetQueryData">string HTTPi_Request::getQueryData()</h2>
+<h2 id="HTTPi_Request_getQueryData">string HTTPi_Request::getQueryData()</h2>
 <p></p>
-<h2 id="HTTPi_RequestaddQueryData">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_RequestunsetQueryData">void HTTPi_Request::unsetQueryData()</h2>
+<h2 id="HTTPi_Request_unsetQueryData">void HTTPi_Request::unsetQueryData()</h2>
 <p></p>
-<h2 id="HTTPi_RequestaddPostData">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_RequestsetPostData">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_RequestgetPostData">array HTTPi_Request::getPostData()</h2>
+<h2 id="HTTPi_Request_getPostData">array HTTPi_Request::getPostData()</h2>
 <p></p>
-<h2 id="HTTPi_RequestunsetPostData">void HTTPi_Request::unsetPostData()</h2>
+<h2 id="HTTPi_Request_unsetPostData">void HTTPi_Request::unsetPostData()</h2>
 <p></p>
-<h2 id="HTTPi_RequestaddPostFile">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_RequestgetPostFiles">array HTTPi_Request::getPostFiles()</h2>
+<h2 id="HTTPi_Request_getPostFiles">array HTTPi_Request::getPostFiles()</h2>
 <p></p>
-<h2 id="HTTPi_RequestunsetPostFiles">void HTTPi_Request::unsetPostFiles()</h2>
+<h2 id="HTTPi_Request_unsetPostFiles">void HTTPi_Request::unsetPostFiles()</h2>
 <p></p>
-<h2 id="HTTPi_RequestgetResponseData">array HTTPi_Request::getResponseData()</h2>
+<h2 id="HTTPi_Request_getResponseData">array HTTPi_Request::getResponseData()</h2>
 <p></p>
-<h2 id="HTTPi_RequestgetResponseHeaders">array HTTPi_Request::getResponseHeaders()</h2>
+<h2 id="HTTPi_Request_getResponseHeaders">array HTTPi_Request::getResponseHeaders()</h2>
 <p></p>
-<h2 id="HTTPi_RequestgetResponseBody">string HTTPi_Request::getResponseBody()</h2>
+<h2 id="HTTPi_Request_getResponseBody">string HTTPi_Request::getResponseBody()</h2>
 <p></p>
-<h2 id="HTTPi_RequestgetResponseInfo">array HTTPi_Request::getResponseInfo()</h2>
+<h2 id="HTTPi_Request_getResponseInfo">array HTTPi_Request::getResponseInfo()</h2>
 <p></p>
-<h2 id="HTTPi_Requestsend">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
index f5330e69e9bff18e44e6ed98118b4274bf0ee3b7..f8a96cf230ea784c0b42b1dc05a21f90760558a2 100644 (file)
@@ -77,7 +77,8 @@ foreach (array_slice($_SERVER['argv'], 1) as $f) {
     if (mf($f, $m)) {
         printf("<h1>%s</h1>\n", basename($f));
         foreach ($m[1] as $i => $p) {
-            printf("<h2 id=\"%s\">%s</h2>\n%s\n", $m[4][$i], $p, ff($m[3][$i]));
+            printf("<h2 id=\"%s\">%s</h2>\n%s\n", 
+                str_replace(', ', '_', $m[4][$i]), $p, ff($m[3][$i]));
         }
         print "<hr noshade>\n";
     }