検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 456 for callback (0.015 sec.)
配列の全ての要素に、ユーザー関数を再帰的に適用する 4704
« array_values array_walk » PHP Manual 配列 関数 配列の全ての要素に、ユーザー関数を再帰的に適用す ... alk_recursive ( array | object &$array , callable $callback , mixed $arg = null ): bool array 配列の各要素にユ ... ーザー定義関数 callback を適用します。 この関数は配列の要素内を再帰的にたど ... っていきます。 パラメータ array 入力の配列。 callback 通常、 callback は引数を二つとります。 array パラメ ... の引数、 キー/添字は二番目の引数となります。 注意 : callback により配列の値そのものを変更する必要がある場合、 c ...
https://man.plustar.jp/php/function.array-walk-recursive.html - [similar]
ファイルを、指定したオフセットから読み込む 4704
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... , int $length , int $offset , int $pri , callable $callback , mixed $data = NULL ): resource eio_read() は、 f ... ngth バイトまでを読み込みます。 読み込んだデータは callback の result 引数に格納されます。 パラメータ fd ストリ ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
ディレクトリを削除する 4679
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... ing $path , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_rmdir( ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_rmdir() は、成功した ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
callable をクロージャに変換する 4638
« Closure::call Generator » PHP Manual Closure callable をクロージャに変換する Closure::fromCall ... 説明 public static Closure::fromCallable ( callable $callback ): Closure 現在のスコープを用いて、指定された call ... を作って返します。 このメソッドは、現在のスコープで callback が呼び出し可能かどうかをチェックし、可能でなければ ... 第一級callableを生成する記法 があります。 パラメータ callback 変換する callable。 戻り値 新しく作られた Closure ... を返します。 callback が現在のスコープで呼び出し可能でなければ、 TypeErr ...
https://man.plustar.jp/php/closure.fromcallable.html - [similar]
Gearman 4589
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... tus — Add a task to get status GearmanClient::clearCallbacks — Clear all task callback functions GearmanClient ... list of tasks in parallel GearmanClient::setClientCallbackCallback function when there is a data packet fo ... r a task (deprecated) GearmanClient::setCompleteCallback — Set a function to be called on task completion G ... — Set application context GearmanClient::setCreatedCallback — Set a callback for when a task is queued Gearman ...
https://man.plustar.jp/php/book.gearman.html - [similar]
Sets a callback for specified URI 4589
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callback ... ack for specified URI EventHttp::setCallback (PECL event >= 1.4.0-beta) EventHttp::setCallback ... — Sets a callback for specified URI 説明 public EventHttp::setCallba ... path , string $cb , string $arg = ? ): void Sets a callback for specified URI. パラメータ path The path for wh ... ich to invoke the callback. cb The callback callable that gets invoked on req ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
ファイルシステムの状態を取得する 4589
« eio_fstat eio_fsync » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_fstatvfs (PECL ... 説明 eio_fstatvfs ( mixed $fd , int $pri , callable $callback , mixed $data = ? ): resource eio_fstatvfs() は、フ ... ァイルシステムの状態を callback の result で返します。 パラメータ fd マウントされた ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ...
https://man.plustar.jp/php/function.eio-fstatvfs.html - [similar]
ディレクトリを作る 4589
« eio_lstat eio_mknod » PHP Manual Eio 関数 ディレクトリを作る eio_mkdir (PECL eio >= 0.0.1dev) ... int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_mkdir( ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_mkdir() は、成功した ...
https://man.plustar.jp/php/function.eio-mkdir.html - [similar]
The Swoole\MySQL class 4565
« Swoole\Mmap::open Swoole\MySQL::close » PHP Manual Swoole The Swoole\MySQL class The Swoole\My ... public connect ( array $server_config , callable $callback ): void public __destruct (): void public getBuffe ... urnType public on ( string $event_name , callable $callback ): void public query ( string $sql , callable $cal ... etBuffer — Description Swoole\MySQL::on — Register callback function based on event name. Swoole\MySQL::query ... n the SQL query. 関連キーワード: Swoole , public , callback , callable , async , query , event , string , getB ...
https://man.plustar.jp/php/class.swoole-mysql.html - [similar]
About event persistence 4524
« Event flags Event callbacks » PHP Manual Event About event persistence About event persistence ... expires), it becomes non-pending right before its callback is executed. Thus, to make the event pending again ... may call Event::add() on it again from inside the callback function. If the Event::PERSIST flag is set on an ... his means that event remains pending even when its callback is activated. Event::del() method can be called to ... on a persistent event resets whenever the event's callback runs. Thus, if one has an event with flags Event:: ...
https://man.plustar.jp/php/event.persistence.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT