mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
document CURLOPT_POSTREDIR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335709 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
885a4ea108
commit
d69425501f
1 changed files with 12 additions and 0 deletions
|
@ -619,6 +619,18 @@
|
|||
<entry valign="top">
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_POSTREDIR</constant></entry>
|
||||
<entry valign="top">
|
||||
A bitmask of 1 (301 Moved Permanently), 2 (302 Found)
|
||||
and 4 (303 See Other) if the HTTP POST method should be maintained
|
||||
when <constant>CURLOPT_FOLLOWLOCATION</constant> is set and a
|
||||
specific type of redirect occurs.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.19.1. Available since PHP 5.3.2.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_PROTOCOLS</constant></entry>
|
||||
<entry valign="top">
|
||||
|
|
Loading…
Reference in a new issue