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:
Hannes Magnusson 2010-04-23 15:52:45 +00:00
parent 59ab127401
commit a41bbce4bc

View file

@ -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>