mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
CURLINFO_HEADER_OUT is available since PHP 5.1.3 (it was backported)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240647 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c35a9a094
commit
68f437bafb
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<refentry xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>Constants</refname>
|
||||
|
@ -1568,7 +1568,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available since PHP 6.0.0
|
||||
Available since PHP 5.1.3
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<refentry xml:id='function.curl-getinfo' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>curl_getinfo</refname>
|
||||
|
@ -101,7 +101,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>CURLINFO_HEADER_OUT</constant> - The request string sent. Available since PHP 6.0.0
|
||||
<constant>CURLINFO_HEADER_OUT</constant> - The request string sent. Available since PHP 5.1.3
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue