PHP Conference Kansai 2025

Voting

: two plus five?
(Example: nine)

The Note You're Voting On

nemetral
16 years ago
Just a quick note: if you want to use curl_getinfo() with option CURLINFO_HEADER_OUT in order to debug your cURL request, you must add curl_setopt($handle, CURLINFO_HEADER_OUT, true); first while specifying the options.

<< Back to user notes page

To Top