検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 456 for callback (0.122 sec.)
Async and non-blocking hostname to IP lookup 4368
« Swoole 関数 swoole_async_read » PHP Manual Swoole 関数 Async and non-blocking hostname to IP l ... le_async_dns_lookup ( string $hostname , callable $callback ): bool パラメータ hostname The host name. callbac ... k callback ( string $hostname , string $ip ): mixed hostname ... kup , Async , blocking , swoole , async , string , callback , Swoole , 関数 ...
https://man.plustar.jp/php/function.swoole-async-dns-lookup.html - [similar]
ファイルディスクリプタを複製する 4343
« eio_custom eio_event_loop » PHP Manual Eio 関数 ファイルディスクリプタを複製する eio_dup2 (PEC ... ixed $fd2 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_dup2() ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_dup2() は、成功した場 ...
https://man.plustar.jp/php/function.eio-dup2.html - [similar]
ファイルを切り詰める 4343
« eio_fsync eio_futime » PHP Manual Eio 関数 ファイルを切り詰める eio_ftruncate (PECL eio >= 0.0 ... ffset = 0 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_ftrunc ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_ftruncate() は、成功 ...
https://man.plustar.jp/php/function.eio-ftruncate.html - [similar]
ファイルの状態を取得する 4343
« eio_link eio_mkdir » PHP Manual Eio 関数 ファイルの状態を取得する eio_lstat (PECL eio >= 0.0.1 ... 説明 eio_lstat ( string $path , int $pri , callable $callback , mixed $data = NULL ): resource eio_lstat() は、 ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_lstat() は、成功した ...
https://man.plustar.jp/php/function.eio-lstat.html - [similar]
ファイルのコア内の情報をストレージデバイスに同期させる 4327
« eio_fchown eio_fstat » PHP Manual Eio 関数 ファイルのコア内の情報をストレージデバイスに同期させ ... mixed $fd , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_fdatas ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_fdatasync() は、成功 ...
https://man.plustar.jp/php/function.eio-fdatasync.html - [similar]
ファイルに書き込む 4327
« eio_utime Ev » PHP Manual Eio 関数 ファイルに書き込む eio_write (PECL eio >= 0.0.1dev) eio_wri ... ffset = 0 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_write( ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_write() は、成功した ...
https://man.plustar.jp/php/function.eio-write.html - [similar]
Async and non-blocking hostname to IP lookup. 4327
« Swoole\Async Swoole\Async::read » PHP Manual Swoole\Async Async and non-blocking hostname to I ... le\Async::dnsLookup ( string $hostname , callable $callback ): void 警告 この関数は、 現在のところ詳細な情報は ... 述されています。 パラメータ hostname The host name. callback callback ( string $hostname , string $ip ): mixed ... ド: Async , hostname , blocking , lookup , Swoole , callback , string , dnsLookup , host , swoole ...
https://man.plustar.jp/php/swoole-async.dnslookup.html - [similar]
Assigns read, write and event(status) callbacks 4302
« EventBufferEvent::readBuffer EventBufferEvent::setPriority » PHP Manual EventBufferEvent Assig ... ns read, write and event(status) callbacks EventBufferEvent::setCallbacks (PECL event >= 1.2 ... .6-beta) EventBufferEvent::setCallbacks — Assigns read, write and event(status) callbacks ... 説明 public EventBufferEvent::setCallbacks ( callable $readcb , callable $writecb , callable ... = ? ): void Assigns read, write and event(status) callbacks. パラメータ readcb Read event callback. See About ...
https://man.plustar.jp/php/eventbufferevent.setcallbacks.html - [similar]
Cancels a pending HTTP request 4302
« EventHttpRequest::addHeader EventHttpRequest::clearHeaders » PHP Manual EventHttpRequest Cance ... HTTP request. Cancels an ongoing HTTP request. The callback associated with this request is not executed and t ... to get reset. A request cannot be canceled if its callback has executed already. A request may be canceled re ... entrantly from its chunked callback. パラメータ この関数にはパラメータはありません。 戻 ... , Cancels , pending , EventHttpRequest , cancel , callback , canceled , パラメータ , executed , ongoing ...
https://man.plustar.jp/php/eventhttprequest.cancel.html - [similar]
Constructs EvPeriodic watcher object 4302
« EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher ... ng $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int $priority = 0 ) Constru ... c watcher operation modes reschedule_cb Reschedule callback. You can pass null . See Periodic watcher operatio ... n modes callback See Watcher callbacks . data Custom data associate ... her priority 例 例1 Periodic timer. Use reschedule callback <?php // Tick each 10.5 seconds function reschedul ...
https://man.plustar.jp/php/evperiodic.construct.html - [similar]