PHP » PYTHON |
login |
register |
about
|
|
curl_multi_add_handle(PHP 5) curl_multi_add_handle — Add a normal cURL handle to a cURL multi handle Description
int curl_multi_add_handle
( resource $mh
, resource $ch
)
Adds the ch handle to the multi handle mh Parameters
Return ValuesReturns 0 on success, or one of the CURLM_XXX errors code. Examples
Example #1 curl_multi_add_handle() example This example will create two cURL handles, add them to a multi handle, and then run them in parallel.
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|