mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Moved cURL constants to their own page, possibly a model for all extensions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231135 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a6de6ef7af
commit
0cbb42860c
2 changed files with 20 additions and 6 deletions
|
@ -1,6 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<section id="curl.constants">
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="curl.constants">
|
||||
<refnamediv>
|
||||
<refname>Constants</refname>
|
||||
<refpurpose>Curl Predefined Constants</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1>
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<variablelist>
|
||||
|
@ -2861,7 +2867,8 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- Purpose: remote.other -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -46,8 +46,13 @@
|
|||
handle.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.curl.constants;
|
||||
|
||||
<section>
|
||||
&reftitle.constants;
|
||||
<para>
|
||||
See also the cURL <link linkend="curl.constants">Predefined Constants</link>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="curl.examples">
|
||||
&reftitle.examples;
|
||||
|
@ -86,6 +91,8 @@ fclose($fp);
|
|||
|
||||
</partintro>
|
||||
|
||||
&reference.curl.constants;
|
||||
|
||||
&reference.curl.functions;
|
||||
|
||||
</reference>
|
||||
|
|
Loading…
Reference in a new issue