mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Mention in what "format" the headers should be
# Patch by Patrick van Staveren <trick at vanstaveren.us> git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298382 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
59ab127401
commit
a41bbce4bc
1 changed files with 4 additions and 1 deletions
|
@ -1062,7 +1062,10 @@
|
|||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_HTTPHEADER</constant></entry>
|
||||
<entry valign="top">
|
||||
An array of HTTP header fields to set.
|
||||
An array of HTTP header fields to set, in the format
|
||||
<code>
|
||||
array('Content-type: text/plain', 'Content-length: 100')
|
||||
</code>
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue