X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl_user.h;h=e731f41e588d293041e062b755654e80836813fe;hp=8a6778fd71c9e15d2e8b7054a6758633d5c0088f;hb=88362013f6230e939a14658d9123dc984f5807c6;hpb=e761c34103c0c5316cce092ea42a789b95e887d2 diff --git a/src/php_http_client_curl_user.h b/src/php_http_client_curl_user.h index 8a6778f..e731f41 100644 --- a/src/php_http_client_curl_user.h +++ b/src/php_http_client_curl_user.h @@ -36,7 +36,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);