From 6fd84be3e5806b64ddcdc48dd369f7081fa7f6cc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 18 Apr 2007 13:14:34 +0000 Subject: [PATCH] - reviewed remaining functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234022 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/parsers/http-parse-cookie.xml | 21 +++++++++---------- .../functions/parsers/http-parse-headers.xml | 12 +++++------ .../functions/parsers/http-parse-message.xml | 14 ++++++------- .../functions/parsers/http-parse-params.xml | 15 +++++++------ .../http-persistent-handles-clean.xml | 11 ++++------ .../http-persistent-handles-count.xml | 10 +++------ .../http-persistent-handles-ident.xml | 11 +++------- .../http/functions/urls/http-build-str.xml | 10 +++------ .../http/functions/urls/http-build-url.xml | 8 +++---- 9 files changed, 44 insertions(+), 68 deletions(-) diff --git a/reference/http/functions/parsers/http-parse-cookie.xml b/reference/http/functions/parsers/http-parse-cookie.xml index c9a942ee0e..e7da5a2e4b 100644 --- a/reference/http/functions/parsers/http-parse-cookie.xml +++ b/reference/http/functions/parsers/http-parse-cookie.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ &reftitle.description; objecthttp_parse_cookie - stringcookie + stringcookie intflags arrayallowed_extras @@ -26,7 +26,7 @@ cookie - String containing the value of a Set-Cookie response header + string containing the value of a Set-Cookie response header @@ -34,7 +34,7 @@ flags - Parse flags + parse flags (HTTP_COOKIE_PARSE_RAW) @@ -42,8 +42,8 @@ allowed_extras - Array containing recognized extra keys. - By default all unknown keys will be treated as cookie names. + array containing recognized extra keys; + by default all unknown keys will be treated as cookie names @@ -53,7 +53,7 @@ &reftitle.returnvalues; - Returns an stdClass like shown in the example on success or FALSE on failure. + Returns a stdClass object on success or &false; on failure. @@ -132,17 +132,16 @@ stdClass Object - diff --git a/reference/http/functions/parsers/http-parse-headers.xml b/reference/http/functions/parsers/http-parse-headers.xml index 2cbf4406c2..28691bfb18 100644 --- a/reference/http/functions/parsers/http-parse-headers.xml +++ b/reference/http/functions/parsers/http-parse-headers.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ header - String containing HTTP headers + string containing HTTP headers @@ -34,7 +34,7 @@ &reftitle.returnvalues; - Returns an array on success, or FALSE on failure. + Returns an array on success, or &false; on failure. @@ -112,17 +112,15 @@ Array - diff --git a/reference/http/functions/parsers/http-parse-message.xml b/reference/http/functions/parsers/http-parse-message.xml index 5bfe43eab8..a9dc7863ab 100644 --- a/reference/http/functions/parsers/http-parse-message.xml +++ b/reference/http/functions/parsers/http-parse-message.xml @@ -1,10 +1,10 @@ - + http_parse_message - Parse the HTTP message + Parse HTTP messages &reftitle.description; @@ -25,7 +25,7 @@ message - String containing a single HTTP message or several consecutive HTTP messages + string containing a single HTTP message or several consecutive HTTP messages @@ -35,7 +35,7 @@ &reftitle.returnvalues; - A hierarchical object structure of the parsed messages. + Returns a hierarchical object structure of the parsed messages. @@ -122,17 +122,15 @@ stdClass object - diff --git a/reference/http/functions/parsers/http-parse-params.xml b/reference/http/functions/parsers/http-parse-params.xml index f1d84dbeec..0c09a3477a 100644 --- a/reference/http/functions/parsers/http-parse-params.xml +++ b/reference/http/functions/parsers/http-parse-params.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ &reftitle.description; objecthttp_parse_params - stringparam + stringparam intflags = HTTP_PARAMS_DEFAULT @@ -18,7 +18,7 @@ See the params parsing constants table for possible - values of the flags argument. + values of the flags argument. @@ -47,7 +47,7 @@ &reftitle.returnvalues; - Returns parameter list. + Returns parameter list as stdClass object. @@ -120,17 +120,16 @@ object(stdClass)#1 (1) { - diff --git a/reference/http/functions/persistenthandles/http-persistent-handles-clean.xml b/reference/http/functions/persistenthandles/http-persistent-handles-clean.xml index 29f6673b00..8bc716f0f0 100644 --- a/reference/http/functions/persistenthandles/http-persistent-handles-clean.xml +++ b/reference/http/functions/persistenthandles/http-persistent-handles-clean.xml @@ -1,5 +1,5 @@ - + http_persistent_handles_clean @@ -11,11 +11,9 @@ stringhttp_persistent_handles_clean stringident - Clean up (close) persistent handles, optionally identified with ident. - &reftitle.parameters; @@ -89,17 +87,16 @@ --> - diff --git a/reference/http/functions/persistenthandles/http-persistent-handles-count.xml b/reference/http/functions/persistenthandles/http-persistent-handles-count.xml index 62e7deec21..209e49646f 100644 --- a/reference/http/functions/persistenthandles/http-persistent-handles-count.xml +++ b/reference/http/functions/persistenthandles/http-persistent-handles-count.xml @@ -1,5 +1,5 @@ - + http_persistent_handles_count @@ -11,11 +11,9 @@ objecthttp_persistent_handles_count - List statistics about persistent handles usage. - &reftitle.parameters; @@ -113,17 +111,15 @@ stdClass Object - diff --git a/reference/http/functions/persistenthandles/http-persistent-handles-ident.xml b/reference/http/functions/persistenthandles/http-persistent-handles-ident.xml index e3bbae3296..881431f185 100644 --- a/reference/http/functions/persistenthandles/http-persistent-handles-ident.xml +++ b/reference/http/functions/persistenthandles/http-persistent-handles-ident.xml @@ -1,5 +1,5 @@ - + http_persistent_handles_ident @@ -11,11 +11,9 @@ stringhttp_persistent_handles_ident stringident - Query or define the ident of persistent handles. - &reftitle.parameters; @@ -124,18 +122,15 @@ stdClass Object - - diff --git a/reference/http/functions/urls/http-build-str.xml b/reference/http/functions/urls/http-build-str.xml index d000363037..bc324ac86c 100644 --- a/reference/http/functions/urls/http-build-str.xml +++ b/reference/http/functions/urls/http-build-str.xml @@ -1,5 +1,5 @@ - + @@ -14,11 +14,9 @@ stringprefix stringarg_separator - Opponent to parse_str(). - &reftitle.parameters; @@ -125,17 +123,15 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/urls/http-build-url.xml b/reference/http/functions/urls/http-build-url.xml index b6927996f4..ce540806db 100644 --- a/reference/http/functions/urls/http-build-url.xml +++ b/reference/http/functions/urls/http-build-url.xml @@ -1,5 +1,5 @@ - + @@ -137,17 +137,15 @@ ftp://ftp.example.com/pub/files/current/?a=b&a=c -