mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
id correction. Untill this is integrated it should be correct :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83670 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8fa73d49ad
commit
47e708b23e
4 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
|
||||
<!-- Note: Please do not link or translate this file yet.
|
||||
This is only an initial update, quite a few more commits will
|
||||
|
@ -7710,11 +7710,11 @@ follow for this appendix. -->
|
|||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="predefined.constants.gd">
|
||||
<title><link linkend="ref.gd">gd</link> Defined Constants</title>
|
||||
<title><link linkend="ref.image">gd</link> Defined Constants</title>
|
||||
|
||||
<simpara>
|
||||
These constants are defined in the
|
||||
<link linkend="ref.gd">gd</link>
|
||||
<link linkend="ref.image">gd</link>
|
||||
extension, and will only be available when that extension has either
|
||||
been compiled into PHP or dynamically loaded at runtime.
|
||||
</simpara>
|
||||
|
@ -10135,11 +10135,11 @@ follow for this appendix. -->
|
|||
</sect2>
|
||||
|
||||
<sect2 id="predefined.constants.mnogosearch">
|
||||
<title><link linkend="ref.mnogosearch">mnogosearch</link> Defined Constants</title>
|
||||
<title><link linkend="ref.mnogo">mnogosearch</link> Defined Constants</title>
|
||||
|
||||
<simpara>
|
||||
These constants are defined in the
|
||||
<link linkend="ref.mnogosearch">mnogosearch</link>
|
||||
<link linkend="ref.mnogo">mnogosearch</link>
|
||||
extension, and will only be available when that extension has either
|
||||
been compiled into PHP or dynamically loaded at runtime.
|
||||
</simpara>
|
||||
|
@ -15511,11 +15511,11 @@ follow for this appendix. -->
|
|||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="predefined.constants.yp">
|
||||
<title><link linkend="ref.yp">yp</link> Defined Constants</title>
|
||||
<title><link linkend="ref.nis">yp</link> Defined Constants</title>
|
||||
|
||||
<simpara>
|
||||
These constants are defined in the
|
||||
<link linkend="ref.yp">yp</link>
|
||||
<link linkend="ref.nis">yp</link>
|
||||
extension, and will only be available when that extension has either
|
||||
been compiled into PHP or dynamically loaded at runtime.
|
||||
</simpara>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="reserved.constants.gd">
|
||||
<refnamediv>
|
||||
<refname>gd Predefined Constants</refname>
|
||||
<refpurpose>Constants defined in the <link linkend="ref.gd">gd</link> extension</refpurpose>
|
||||
<refpurpose>Constants defined in the <link linkend="ref.image">gd</link> extension</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<simpara>
|
||||
These constants are defined by the <link
|
||||
linkend="ref.gd"> gd</link> extension, and
|
||||
linkend="ref.image"> gd</link> extension, and
|
||||
will only be available when that extension has either been
|
||||
compiled into PHP or dynamically loaded at runtime.
|
||||
</simpara>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="reserved.constants.mnogosearch">
|
||||
<refnamediv>
|
||||
<refname>mnogosearch Predefined Constants</refname>
|
||||
<refpurpose>Constants defined in the <link linkend="ref.mnogosearch">mnogosearch</link> extension</refpurpose>
|
||||
<refpurpose>Constants defined in the <link linkend="ref.mnogo">mnogosearch</link> extension</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<simpara>
|
||||
These constants are defined by the <link
|
||||
linkend="ref.mnogosearch"> mnogosearch</link> extension, and
|
||||
linkend="ref.mnogo"> mnogosearch</link> extension, and
|
||||
will only be available when that extension has either been
|
||||
compiled into PHP or dynamically loaded at runtime.
|
||||
</simpara>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="reserved.constants.yp">
|
||||
<refnamediv>
|
||||
<refname>yp Predefined Constants</refname>
|
||||
<refpurpose>Constants defined in the <link linkend="ref.yp">yp</link> extension</refpurpose>
|
||||
<refpurpose>Constants defined in the <link linkend="ref.nis">yp</link> extension</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<simpara>
|
||||
These constants are defined by the <link
|
||||
linkend="ref.yp"> yp</link> extension, and
|
||||
linkend="ref.nis"> yp</link> extension, and
|
||||
will only be available when that extension has either been
|
||||
compiled into PHP or dynamically loaded at runtime.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue