Dale_G Posted October 5, 2008 Share Posted October 5, 2008 Hello there, just a quick question, does anyone know exactly what curl_setopt( $ch, CURLOPT_VERBOSE, 1 ); does or means? What's the different between having it and not having it, please explain, not just "o it writes to the STDERRRERE", thanks! Link to comment https://forums.phpfreaks.com/topic/127164-solved-curl-curl_setopt-and-the-curlopt_verbose-option/ Share on other sites More sharing options...
DarkWater Posted October 5, 2008 Share Posted October 5, 2008 If you checked http://us3.php.net/curl_setopt and if you looked up what verbose means, you'd know what it meant. Link to comment https://forums.phpfreaks.com/topic/127164-solved-curl-curl_setopt-and-the-curlopt_verbose-option/#findComment-657800 Share on other sites More sharing options...
genericnumber1 Posted October 5, 2008 Share Posted October 5, 2008 It just increases the amount of output... it includes information that can be useful for debugging. Try doing a curl request with and without the verbose setting to see what addition information it provides. Link to comment https://forums.phpfreaks.com/topic/127164-solved-curl-curl_setopt-and-the-curlopt_verbose-option/#findComment-657802 Share on other sites More sharing options...
Dale_G Posted October 5, 2008 Author Share Posted October 5, 2008 THANK YOU, now I know! Link to comment https://forums.phpfreaks.com/topic/127164-solved-curl-curl_setopt-and-the-curlopt_verbose-option/#findComment-657807 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.