| Newsgroups |
php.notes |
| Message-ID |
<[email protected]> |
It works:
do
{
curl_multi_exec( $this->mh, $active );
curl_multi_select( $this->mh );
}
while ( $active > 0 );
while ( $mrci = curl_multi_info_read( $this->mh ) )
{
if ( $mrci[ 'result' ] === CURLE_OK ) // Равно 0
{
$this->workingResult( $mrci[ 'handle' ] );
}
else
{
$this->badResult( $mrci );
}
}
----
Server IP: 45.112.84.4
Probable Submitter: 80.90.5.137 (proxied: 83.220.236.158)
----
Manual Page -- https://php.net/manual/en/function.curl-multi-select.php
Edit -- https://main.php.net/note/edit/130213
Del: integrated -- https://main.php.net/note/delete/130213/integrated
Del: useless -- https://main.php.net/note/delete/130213/useless
Del: bad code -- https://main.php.net/note/delete/130213/bad+code
Del: spam -- https://main.php.net/note/delete/130213/spam
Del: non-english -- https://main.php.net/note/delete/130213/non-english
Del: in docs -- https://main.php.net/note/delete/130213/in+docs
Del: other reasons-- https://main.php.net/note/delete/130213
Reject -- https://main.php.net/note/reject/130213
Search -- https://main.php.net/manage/user-notes.php