In the example shown, the calls to curl_multi_remove_handle() should include the resource as the first parameter:
curl_multi_remove_handle($mh, $ch1);
curl_multi_remove_handle($mh, $ch2);
![]() |
|
||||||||||
|
curl_multi_initОписаниеresource curl_multi_init ( void )
См. также описание функций curl_init() и curl_multi_close(). curl_multi_init
snoyes at gmail dot com
30-Jul-2007 07:39
In the example shown, the calls to curl_multi_remove_handle() should include the resource as the first parameter: |