X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl_user.h;h=39364be7bc8a6ac8961882f28827c083253d7e1b;hp=35f5d6fa977e4ba00d0e00cbf806f52c3d7f0d23;hb=faa808ce8c1c11496a2d35845253d3ba8488fcad;hpb=d5f3f3f2917a257a39a6b8893c6ae203b3dda3df diff --git a/src/php_http_client_curl_user.h b/src/php_http_client_curl_user.h index 35f5d6f..39364be 100644 --- a/src/php_http_client_curl_user.h +++ b/src/php_http_client_curl_user.h @@ -50,7 +50,7 @@ interface http\Client\Curl\User * - timeout occurs * - a watched socket needs action * - * @param callable $run callback as function(http\Client $client, resource $socket = null, int $action = http\Client\Curl\User::POLL_NONE) + * @param callable $run callback as function(http\Client $client, resource $socket = null, int $action = http\Client\Curl\User::POLL_NONE):int (returns unfinished requests pending) */ function init(callable $run);