From 848e16b5a636fba38ab051a7bbb4f7cd31d70e00 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 13 Apr 2007 18:11:10 +0000 Subject: [PATCH] - reviewed functions/encodings and functions/misc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233739 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../encodings/http-chunked-decode.xml | 28 +++++++++---------- .../http/functions/encodings/http-deflate.xml | 12 ++++---- .../http/functions/encodings/http-inflate.xml | 11 ++++---- .../http/functions/misc/http-build-cookie.xml | 7 ++--- reference/http/functions/misc/http-date.xml | 9 ++---- .../misc/http-get-request-body-stream.xml | 9 +++--- .../functions/misc/http-get-request-body.xml | 9 +++--- .../misc/http-get-request-headers.xml | 9 +++--- .../http/functions/misc/http-match-etag.xml | 10 +++---- .../functions/misc/http-match-modified.xml | 18 ++++++------ .../misc/http-match-request-header.xml | 8 ++---- .../http/functions/misc/http-support.xml | 27 +++++------------- reference/http/reference.xml | 4 +-- 13 files changed, 67 insertions(+), 94 deletions(-) diff --git a/reference/http/functions/encodings/http-chunked-decode.xml b/reference/http/functions/encodings/http-chunked-decode.xml index c267890d4d..ba9cd0dd7a 100644 --- a/reference/http/functions/encodings/http-chunked-decode.xml +++ b/reference/http/functions/encodings/http-chunked-decode.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ encoded - Chunked encoded string + chunked encoded string @@ -34,7 +34,7 @@ &reftitle.returnvalues; - Returns the decoded string on success or FALSE on failure. + Returns the decoded string on success or &false; on failure. @@ -73,36 +73,36 @@ --> - + @@ -10,7 +10,7 @@ &reftitle.description; stringhttp_deflate - stringdata + stringdata intflags = 0 @@ -36,7 +36,7 @@ flags - Deflate options + deflate options @@ -117,17 +117,15 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/encodings/http-inflate.xml b/reference/http/functions/encodings/http-inflate.xml index 3aa69f8c69..17a3bf5b5e 100644 --- a/reference/http/functions/encodings/http-inflate.xml +++ b/reference/http/functions/encodings/http-inflate.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ data - String containing the compressed data + string containing the compressed data @@ -106,17 +106,16 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-build-cookie.xml b/reference/http/functions/misc/http-build-cookie.xml index c8e3819323..628887cfb1 100644 --- a/reference/http/functions/misc/http-build-cookie.xml +++ b/reference/http/functions/misc/http-build-cookie.xml @@ -1,5 +1,5 @@ - + @@ -107,17 +107,14 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-date.xml b/reference/http/functions/misc/http-date.xml index 4fc90dc0a0..3cc2983704 100644 --- a/reference/http/functions/misc/http-date.xml +++ b/reference/http/functions/misc/http-date.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ timestamp - Unix timestamp + Unix timestamp; current time if omitted @@ -106,17 +106,14 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-get-request-body-stream.xml b/reference/http/functions/misc/http-get-request-body-stream.xml index 286d7423c1..885bebe96d 100644 --- a/reference/http/functions/misc/http-get-request-body-stream.xml +++ b/reference/http/functions/misc/http-get-request-body-stream.xml @@ -1,5 +1,5 @@ - + @@ -98,17 +98,16 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-get-request-body.xml b/reference/http/functions/misc/http-get-request-body.xml index 558e02ca9b..fb77a166a3 100644 --- a/reference/http/functions/misc/http-get-request-body.xml +++ b/reference/http/functions/misc/http-get-request-body.xml @@ -1,5 +1,5 @@ - + @@ -100,17 +100,16 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-get-request-headers.xml b/reference/http/functions/misc/http-get-request-headers.xml index 7bac085e6e..6404744354 100644 --- a/reference/http/functions/misc/http-get-request-headers.xml +++ b/reference/http/functions/misc/http-get-request-headers.xml @@ -1,5 +1,5 @@ - + @@ -95,17 +95,16 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-match-etag.xml b/reference/http/functions/misc/http-match-etag.xml index 5037a6df66..3e24a72371 100644 --- a/reference/http/functions/misc/http-match-etag.xml +++ b/reference/http/functions/misc/http-match-etag.xml @@ -1,5 +1,5 @@ - + @@ -115,17 +115,17 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-match-modified.xml b/reference/http/functions/misc/http-match-modified.xml index a5eb22aa5c..f1b39d8286 100644 --- a/reference/http/functions/misc/http-match-modified.xml +++ b/reference/http/functions/misc/http-match-modified.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,8 @@ boolfor_range = FALSE - Matches the given Unix timestamp against the clients "If-Modified-Since" - resp. "If-Unmodified-Since" HTTP headers. + Matches the given Unix timestamp against the clients If-Modified-Since + resp. If-Unmodified-Since HTTP headers. @@ -34,7 +34,7 @@ for_range - If set to TRUE, the header usually used to validate HTTP ranges will be checked + if set to &true;, the header usually used to validate HTTP ranges will be checked @@ -44,7 +44,7 @@ &reftitle.returnvalues; - Returns TRUE if timestamp represents an earlier date than the header, else FALSE. + Returns &true; if timestamp represents an earlier date than the header, else &false;. @@ -115,17 +115,17 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-match-request-header.xml b/reference/http/functions/misc/http-match-request-header.xml index 502ef7d883..4796bccec2 100644 --- a/reference/http/functions/misc/http-match-request-header.xml +++ b/reference/http/functions/misc/http-match-request-header.xml @@ -1,5 +1,5 @@ - + @@ -123,17 +123,15 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/misc/http-support.xml b/reference/http/functions/misc/http-support.xml index 7d25261b66..9101f92ae0 100644 --- a/reference/http/functions/misc/http-support.xml +++ b/reference/http/functions/misc/http-support.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ See the feature support constants table - for possible values for the feature argument. + for possible values for the feature argument. @@ -28,8 +28,7 @@ feature - Feature to probe for; if the parameter is 0 or omitted, the return value contains a bitmask of - all supported features that depend on external libraries + feature to probe for @@ -39,7 +38,8 @@ &reftitle.returnvalues; - Returns int, whether requested feature is supported, or a bitmask with all supported features. + Returns integer, whether requested feature is supported, + or a bitmask with all supported features if feature was omitted. @@ -78,36 +78,23 @@ --> - + @@ -46,7 +46,7 @@ - Be aware though, that some methods are not available with PHP 5.0. + Be aware though, that some methods are not available with PHP v5.0.