検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 456 for callback (0.029 sec.)
The EvWatcher class 4253
« EvTimer::set EvWatcher::clear » PHP Manual Ev The EvWatcher class The EvWatcher class (PECL ev ... blic keepalive ( bool $value = ? ): bool public setCallback ( callable $callback ): void public start (): void ... s pending, i.e. it has outstanding events, but its callback has not yet been invoked. false otherwise. As long ... he watcher EvWatcher::invoke — Invokes the watcher callback with the given received events bit mask EvWatcher: ... ther to keep the loop from returning EvWatcher::setCallback — Sets new callback for the watcher EvWatcher::sta ...
https://man.plustar.jp/php/class.evwatcher.html - [similar]
Returns EventHttpConnection object 4253
« EventHttpRequest::getCommand EventHttpRequest::getHost » PHP Manual EventHttpRequest Returns E ... bout the event base, DNS base and connection-close callback, we just leave these fields unset. EventHttpReques ... method is usually useful when we need to set up a callback on connection close. See EventHttpConnection::setC ... loseCallback() . パラメータ この関数にはパラメータはありません。 ... nnection object. 参考 EventHttpConnection::setCloseCallback() - Set callback for connection close EventHttpReq ...
https://man.plustar.jp/php/eventhttprequest.getconnection.html - [similar]
特殊ファイルあるいは一般ファイルを作る 4253
« eio_mkdir eio_nop » PHP Manual Eio 関数 特殊ファイルあるいは一般ファイルを作る eio_mknod (PECL ... int $dev , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_mknod( ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_mknod() は、成功した ...
https://man.plustar.jp/php/function.eio-mknod.html - [similar]
ファイルの状態を取得する 4237
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio ... 説明 eio_fstat ( mixed $fd , int $pri , callable $callback , mixed $data = ? ): resource eio_fstat() は、 cal ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_busy() は、成功した場 ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
ファイル名や場所を変更する 4237
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... $new_path , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_rename ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_rename() は、成功した ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]
ファイルディスクリプタ間でデータを転送する 4237
« eio_seek eio_set_max_idle » PHP Manual Eio 関数 ファイルディスクリプタ間でデータを転送する eio ... t $offset , int $length , int $pri = ? , callable $callback = ? , string $data = ? ): resource eio_sendfile() ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_sendfile() は、成功し ...
https://man.plustar.jp/php/function.eio-sendfile.html - [similar]
出力のバッファリングを有効にする 4237
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効に ... バッファリングを有効にする 説明 ob_start ( callable $callback = null , int $chunk_size = 0 , int $flags = PHP_OU ... ァリングされた内容を自動的に出力します。 パラメータ callback オプションの引数 callback 関数を指定することが可能 ... にブラウザに出力をフラッシュする際にコールされます。 callback がコールされた際に、 この関数は出力バッファの内容を ... 返す必要があり、 この結果はブラウザに送信されます。 callback がコール可能な関数ではない場合は false を返します。 ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
About buffer event callbacks 4212
« EventBufferEvent::writeBuffer EventConfig » PHP Manual Event About buffer event callbacks Abou ... t buffer event callbacks An object of EventBufferEvent class represents a ... not always available. Event invokes corresponding callbacks when the resource becomes available for reading o ... rs(e.g. error, "end of line" etc.). Read and write callbacks should match the following prototype: callback ( ... rEvent object. arg Custom variable attached to all callbacks via EventBufferEvent::__construct() , or EventBuf ...
https://man.plustar.jp/php/eventbufferevent.about.callbacks.html - [similar]
Constructs EventHttpRequest object 4212
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... 明 public EventHttpRequest::__construct ( callable $callback , mixed $data = null ) Constructs EventHttpRequest ... object. パラメータ callback Gets invoked on requesting path. Should match the ... following prototype: callback ( EventHttpRequest $req = null , mixed $arg = null ... ): void data User custom data passed to the callback. 戻り値 Returns EventHttpRequest object. 例 例1 Ev ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 4212
« array_rand array_replace_recursive » PHP Manual 配列 関数 コールバック関数を繰り返し配列に適用 ... とめる 説明 array_reduce ( array $array , callable $callback , mixed $initial = null ): mixed array_reduce() は ... 、配列 array の各要素に callback 関数を繰り返し適用し、 配列をひとつの値にまとめます ... 。 パラメータ array 入力の配列。 callback callback ( mixed $carry , mixed $item ): mixed car ... は null を返します。 変更履歴 バージョン 説明 8.0.0 callback がリファレンス渡しされる引数を期待している場合、 こ ...
https://man.plustar.jp/php/function.array-reduce.html - [similar]