Re: [PHP-DOC] [patch] curl_setopt - add example for HTTPHEADER option

2010-04-23 Thread Hannes Magnusson
On Wed, Apr 21, 2010 at 18:35, Patrick van Staveren wrote: > It's not clearly specified whether to use an array with formatted headers or > an associative array (ala HttpRequest::addHeaders()) and I figure this is > worth an example for clarity. > Kudos, thanks for the patch. -Hannes

[PHP-DOC] [patch] curl_setopt - add example for HTTPHEADER option

2010-04-21 Thread Patrick van Staveren
It's not clearly specified whether to use an array with formatted headers or an associative array (ala HttpRequest::addHeaders()) and I figure this is worth an example for clarity. Cheers, Patrick Index: reference/curl/functions/curl-setopt.xml ==