mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- "PHP version x.y" => "PHP x.y" consistency.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153002 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7776dd446f
commit
f58fd6cc8b
10 changed files with 20 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<chapter id="features.http-auth">
|
||||
<title>HTTP authentication with PHP</title>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
<para>
|
||||
<link linkend="language.variables.superglobals">Autoglobals</link>,
|
||||
such as <link linkend="reserved.variables.server">$_SERVER</link>, became
|
||||
available in PHP version <ulink url="&url.php.release4.1.0;">4.1.0</ulink>.
|
||||
available in PHP <ulink url="&url.php.release4.1.0;">4.1.0</ulink>.
|
||||
<varname>$HTTP_SERVER_VARS</varname> has been available since PHP 3.
|
||||
</para>
|
||||
</note>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.apache-response-headers">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an array of all Apache response headers. This functionality
|
||||
is only available in PHP version 4.3.0 and greater.
|
||||
is only available in PHP 4.3.0 and greater.
|
||||
</para>
|
||||
&reference.apache.note-nsapi-module;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.119 -->
|
||||
<refentry id="function.array-key-exists">
|
||||
<refnamediv>
|
||||
|
@ -37,7 +37,7 @@ if (array_key_exists("first", $search_array)) {
|
|||
<note>
|
||||
<simpara>
|
||||
The name of this function is <function>key_exists</function>
|
||||
in PHP version 4.0.6.
|
||||
in PHP 4.0.6.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.range">
|
||||
<refnamediv>
|
||||
|
@ -66,7 +66,7 @@ foreach (range('c', 'a') as $letter) {
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Prior to PHP version 4.1.0, <function>range</function> only generated
|
||||
Prior to PHP 4.1.0, <function>range</function> only generated
|
||||
incrementing integer arrays. Support for character sequences and
|
||||
decrementing arrays was added in 4.1.0. Character sequence values
|
||||
are limited to a length of one. If a length greater than one is
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<reference id="ref.curl">
|
||||
<title>CURL, Client URL Library Functions</title>
|
||||
<titleabbrev>CURL</titleabbrev>
|
||||
|
@ -28,7 +28,7 @@
|
|||
In order to use the CURL functions you need to install the <ulink
|
||||
url="&url.curl;">CURL</ulink> package. PHP requires that you use
|
||||
CURL 7.0.2-beta or higher. PHP will not work with any version of
|
||||
CURL below version 7.0.2-beta. In PHP version 4.2.3, you will need
|
||||
CURL below version 7.0.2-beta. In PHP 4.2.3, you will need
|
||||
CURL version 7.9.0 or higher. From PHP 4.3.0, you will need a CURL
|
||||
version that's 7.9.8 or higher. PHP 5.0.0 will most likely require
|
||||
a CURL version greater than 7.10.5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-get-quota">
|
||||
<refnamediv>
|
||||
|
@ -60,7 +60,7 @@ imap_close($mbox);
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
As of PHP version 4.3, the function more properly reflects the
|
||||
As of PHP 4.3, the function more properly reflects the
|
||||
functionality as dictated by the RFC 2087. The array return value has
|
||||
changed to support an unlimited number of returned resources (i.e.
|
||||
messages, or sub-folders) with each named resource receiving an individual
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.log">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<note>
|
||||
<para>
|
||||
The <parameter>base</parameter> parameter became available
|
||||
with PHP version 4.3.0.
|
||||
with PHP 4.3.0.
|
||||
</para>
|
||||
<para>
|
||||
As always you can calculate the logarithm in base <literal>b</literal>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.exit">
|
||||
<refnamediv>
|
||||
|
@ -23,7 +23,7 @@
|
|||
</note>
|
||||
<note>
|
||||
<simpara>
|
||||
PHP version >= 4.2.0 does NOT print the <parameter>status</parameter>
|
||||
PHP >= 4.2.0 does NOT print the <parameter>status</parameter>
|
||||
if it is an <type>integer</type>.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.nsapi-response-headers">
|
||||
<refnamediv>
|
||||
<refname>nsapi_response_headers</refname>
|
||||
|
@ -15,7 +15,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an array of all NSAPI response headers. This functionality
|
||||
is only available in PHP version 4.3.3 and greater.
|
||||
is only available in PHP 4.3.3 and greater.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>nsapi_request_headers</function> and
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.sprintf">
|
||||
<refnamediv>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</orderedlist>
|
||||
</para>
|
||||
<para>
|
||||
As of PHP version 4.0.6 the format string supports argument
|
||||
As of PHP 4.0.6 the format string supports argument
|
||||
numbering/swapping. Here is an example:
|
||||
<example>
|
||||
<title>Argument swapping</title>
|
||||
|
|
Loading…
Reference in a new issue