mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217581 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ae46893c9
commit
d6944eaea7
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.HttpResponse-setCacheControl">
|
||||
<refnamediv>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<term><parameter>max_age</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
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
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-parse-cookie">
|
||||
<refnamediv>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Array containing recognized <emphasis>extra</emphasis> keys.
|
||||
By default all unkown keys will be treated as cookie names.
|
||||
By default all unknown keys will be treated as cookie names.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-get">
|
||||
<refnamediv>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<entry>referer</entry><entry>string</entry><entry>the referer to send</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>useragent</entry><entry>string</entry><entry>the user agent to send (defaults to PECL::HTTP/version (PHP/version)))</entry>
|
||||
<entry>useragent</entry><entry>string</entry><entry>the user agent to send (defaults to PECL::HTTP/version (PHP/version))</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>headers</entry><entry>array</entry><entry>list of custom headers as associative array like array("header" => "value")</entry>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<entry>verifypeer</entry><entry>bool</entry><entry>whether to verify the peer</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>verifyhost</entry><entry>bool whether to verify the host</entry>
|
||||
<entry>verifyhost</entry><entry>bool</entry><entry>whether to verify the host</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>cipher_list</entry><entry>string</entry><entry>list of allowed ciphers</entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-request-method-unregister">
|
||||
<refnamediv>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<term><parameter>method</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
he request method name or ID
|
||||
The request method name or ID
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-throttle">
|
||||
<refnamediv>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<term><parameter>sec</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
seconds too sleep after each chunk sent
|
||||
seconds to sleep after each chunk sent
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue