mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Elaborate on the CURLOPT_BINARYTRANSFER situation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328239 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ad26c188a
commit
c9a06ba9f2
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@
|
|||
<constant>CURLOPT_RETURNTRANSFER</constant> is used.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Obselete since PHP 5.1.3
|
||||
From PHP 5.1.3, this option has no effect: the raw output will
|
||||
always be returned when
|
||||
<constant>CURLOPT_RETURNTRANSFER</constant> is used.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue