PHP » PYTHON |
login |
register |
about
|
curl_multi_init(PHP 5) curl_multi_init — Returns a new cURL multi handle Description
resource curl_multi_init
( void
)
Allows the processing of multiple cURL handles in parallel. Parameters
Return ValuesReturns a cURL on handle on success, FALSE on failure. Examples
Example #1 curl_multi_init() example This example will create two cURL handles, add them to a multi handle, and then run them in parallel.
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|