From d6944eaea76c504473565108087871699ded5009 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sun, 6 Aug 2006 04:47:22 +0000 Subject: [PATCH] typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217581 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/HttpResponse/setCacheControl.xml | 4 ++-- reference/http/functions/parsers/http-parse-cookie.xml | 6 +++--- reference/http/functions/requests/http-get.xml | 6 +++--- .../functions/requests/http-request-method-unregister.xml | 4 ++-- reference/http/functions/responses/http-throttle.xml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/http/HttpResponse/setCacheControl.xml b/reference/http/HttpResponse/setCacheControl.xml index 9362b9ac23..d0e6deeb58 100644 --- a/reference/http/HttpResponse/setCacheControl.xml +++ b/reference/http/HttpResponse/setCacheControl.xml @@ -1,5 +1,5 @@ - + @@ -37,7 +37,7 @@ max_age - the max-age in seconds, suggestin how long the cache entry is valid on the client side + the max-age in seconds, suggesting how long the cache entry is valid on the client side diff --git a/reference/http/functions/parsers/http-parse-cookie.xml b/reference/http/functions/parsers/http-parse-cookie.xml index 0d546ce3dc..61e9d82be4 100644 --- a/reference/http/functions/parsers/http-parse-cookie.xml +++ b/reference/http/functions/parsers/http-parse-cookie.xml @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@ Array containing recognized extra keys. - By default all unkown keys will be treated as cookie names. + By default all unknown keys will be treated as cookie names. @@ -53,7 +53,7 @@ &reftitle.returnvalues; - Returns an stdClass olike shown in the example on success or FALSE on failure. + Returns an stdClass like shown in the example on success or FALSE on failure. diff --git a/reference/http/functions/requests/http-get.xml b/reference/http/functions/requests/http-get.xml index c30458c0a0..f648f2fba3 100644 --- a/reference/http/functions/requests/http-get.xml +++ b/reference/http/functions/requests/http-get.xml @@ -1,5 +1,5 @@ - + @@ -70,7 +70,7 @@ refererstringthe referer to send - useragentstringthe user agent to send (defaults to PECL::HTTP/version (PHP/version))) + useragentstringthe user agent to send (defaults to PECL::HTTP/version (PHP/version)) headersarraylist of custom headers as associative array like array("header" => "value") @@ -160,7 +160,7 @@ verifypeerboolwhether to verify the peer - verifyhostbool whether to verify the host + verifyhostboolwhether to verify the host cipher_liststringlist of allowed ciphers diff --git a/reference/http/functions/requests/http-request-method-unregister.xml b/reference/http/functions/requests/http-request-method-unregister.xml index 7b8ab1ad90..0facfb00a4 100644 --- a/reference/http/functions/requests/http-request-method-unregister.xml +++ b/reference/http/functions/requests/http-request-method-unregister.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ method - he request method name or ID + The request method name or ID diff --git a/reference/http/functions/responses/http-throttle.xml b/reference/http/functions/responses/http-throttle.xml index 98e309bde5..e183a62fe5 100644 --- a/reference/http/functions/responses/http-throttle.xml +++ b/reference/http/functions/responses/http-throttle.xml @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ sec - seconds too sleep after each chunk sent + seconds to sleep after each chunk sent