検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 456 for callback (0.007 sec.)
Add callback function to the next event loop 5147
« swoole_event_add swoole_event_del » PHP Manual Swoole 関数 Add callback function to the next e ... er (PECL swoole >= 1.9.0) swoole_event_defer — Add callback function to the next event loop 説明 swoole_event_ ... defer ( callable $callback ): bool パラメータ callback 戻り値 成功した場合に ... た場合に false を返します。 関連キーワード: event , callback , Add , function , next , swoole , the , defer , S ...
https://man.plustar.jp/php/function.swoole-event-defer.html - [similar]
Trigger a callback function after a period of time. 5147
« Swoole\Server::addProcess Swoole\Server::bind » PHP Manual Swoole\Server Trigger a callback fu ... swoole >= 1.9.0) Swoole\Server::after — Trigger a callback function after a period of time. 説明 public Swool ... e\Server::after ( int $after_time_ms , callable $callback , string $param = ? ): ReturnType パラメータ after ... _time_ms callback param 戻り値 関連キーワード: after , callback , pe ...
https://man.plustar.jp/php/swoole-server.after.html - [similar]
ヘッダ用の関数を登録する 5122
« getservbyport header_remove » PHP Manual ネットワーク 関数 ヘッダ用の関数を登録する header_reg ... ister_callback (PHP 5 >= 5.4.0, PHP 7, PHP 8) header_register_cal ... ck — ヘッダ用の関数を登録する 説明 header_register_callback ( callable $callback ): bool PHP が出力を送信しはじ ... めるときにコールする関数を登録します。 callback が実行されるのは、 PHP がすべてのヘッダを送出し終え ... こで、送信する前のヘッダを操作できます。 パラメータ callback ヘッダを送信する前にコールする関数。パラメータは受 ...
https://man.plustar.jp/php/function.header-register-callback.html - [similar]
The EvLoop class 5056
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... ublic backend (): int final public check ( string $callback , string $data = ? , string $priority = ? ): EvChe ... blic child ( string $pid , string $trace , string $callback , string $data = ? , string $priority = ? ): EvChi ... vLoop final public embed ( string $other , string $callback = ? , string $data = ? , string $priority = ? ): E ... vEmbed final public fork ( callable $callback , mixed $data = null , int $priority = 0 ): EvFork ...
https://man.plustar.jp/php/class.evloop.html - [similar]
Creates a new map using a callable to determine which pairs to include 5040
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... to include 説明 public Ds\Map::filter ( callable $callback = ? ): Ds\Map Creates a new map using a callable t ... o determine which pairs to include. パラメータ callback callback ( mixed $key , mixed $value ): bool Optio ... the pair should be included, false otherwise. If a callback is not provided, only values which are true (see c ... map containing all the pairs for which either the callback returned true , or all values that convert to true ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
配列の全ての要素にユーザー定義の関数を適用する 4991
« array_walk_recursive array » PHP Manual 配列 関数 配列の全ての要素にユーザー定義の関数を適用す ... 説明 array_walk ( array | object &$array , callable $callback , mixed $arg = null ): bool array 配列の各要素にユ ... ーザー定義関数 callback を適用します。 array_walk() は array の内部配列ポイ ... に渡って適用されます。 パラメータ array 入力の配列。 callback 通常、 callback は引数を二つとります。 array パラメ ... の引数、 キー/添字は二番目の引数となります。 注意 : callback により配列の値そのものを変更する必要がある場合、 c ...
https://man.plustar.jp/php/function.array-walk.html - [similar]
Swoole 関数 4966
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... ror messages to the log swoole_event_add — Add new callback functions of a socket into the EventLoop swoole_ev ... ent_defer — Add callback function to the next event loop swoole_event_del — ... Remove all event callback functions of a socket swoole_event_exit — Exit the ... he client side swoole_event_set — Update the event callback functions of a socket swoole_event_wait — Start th ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
ファイルシステムの状態を取得する 4950
« eio_stat eio_symlink » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_statvfs (PECL ... eio_statvfs ( string $path , int $pri , callable $callback , mixed $data = ? ): resource eio_statvfs() は、フ ... ァイルシステムの状態を callback の result で返します。 パラメータ path マウントされ ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ...
https://man.plustar.jp/php/function.eio-statvfs.html - [similar]
Description 4950
« Imagick::setPointSize Imagick::setRegistry » PHP Manual Imagick Description Imagick::setProgre ... 説明 public Imagick::setProgressMonitor ( callable $callback ): bool Set a callback that will be called during ... the processing of the Imagick image. パラメータ callback The progress function to call. It should return tr ... icates the total amount of work needed to be done. callback ( mixed $offset , mixed $span ): bool 警告 The val ... ues passed to the callback function are not consistent. In particular the spa ...
https://man.plustar.jp/php/imagick.setprogressmonitor.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 4835
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリ ... する 説明 array_filter ( array $array , ? callable $callback = null , int $mode = 0 ): array callback 関数により ... が行われた array の全ての要素を含む配列を返します。 callback 関数が true を返した場合、 array の現在の値が結果の ... 直すことができます。 パラメータ array 処理する配列。 callback 使用するコールバック関数。 コールバック関数が与えら ... pty() 関数を参照して下さい。 mode 引数として、何を callback に送るのかを決めるフラグ。 ARRAY_FILTER_USE_KEY - ...
https://man.plustar.jp/php/function.array-filter.html - [similar]