mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix for bug#41625, error in example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237190 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b0c3a71686
commit
67fc0cdb8c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.curl-multi-add-handle">
|
||||
<refnamediv>
|
||||
<refname>curl_multi_add_handle</refname>
|
||||
|
@ -69,7 +69,7 @@ curl_multi_add_handle($mh,$ch2);
|
|||
$running=null;
|
||||
//execute the handles
|
||||
do {
|
||||
curl_multi_exec($mh);
|
||||
curl_multi_exec($mh,$running);
|
||||
} while($running > 0);
|
||||
|
||||
//close all the handles
|
||||
|
|
Loading…
Reference in a new issue