検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1009 for [SIMILAR] 16 1024 4096 WITH 31605 runkit7 WITH 8... (1.015 sec.)
関数またはクラスのフラグを 取得/設定 する 0
« uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uopz_flags (PECL uopz 2 >= 2.0.2, PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_flags — 関数またはクラスのフラグを 取得/設定 する 説明 uopz_flags ( string $function , int $flags = PHP_INT_MAX ): in ...
https://man.plustar.jp/php/function.uopz-flags.html - [similar]
Set a callback for when a task is queued 0
« GearmanClient::setContext GearmanClient::setData » PHP Manual GearmanClient Set a callback for when a task is queued GearmanClient::setCreatedCallback (PECL gearman >= 0.5.0) GearmanClient::setCreatedCallback — Set a callback for when a task is queued 説明 public GearmanClient::setCrea ...
https://man.plustar.jp/php/gearmanclient.setcreatedcallback.html - [similar]
Add a callback function to the next event loop. 0
« Swoole\Event::add Swoole\Event::del » PHP Manual Swoole\Event Add a callback function to the next event loop. Swoole\Event::defer (PECL swoole >= 1.9.0) Swoole\Event::defer — Add a callback function to the next event loop. 説明 public static Swoole\Event::defer ( mixed $callback ): voi ...
https://man.plustar.jp/php/swoole-event.defer.html - [similar]
Trigger a one time callback function in the future 0
« swoole_strerror swoole_timer_exists » PHP Manual Swoole 関数 Trigger a one time callback function in the future swoole_timer_after (PECL swoole >= 1.9.0) swoole_timer_after — Trigger a one time callback function in the future 説明 swoole_timer_after ( int $ms , callable $callback , mix ...
https://man.plustar.jp/php/function.swoole-timer-after.html - [similar]
Trigger a timer tick callback function by time interval 0
« swoole_timer_exists swoole_version » PHP Manual Swoole 関数 Trigger a timer tick callback function by time interval swoole_timer_tick (PECL swoole >= 1.9.0) swoole_timer_tick — Trigger a timer tick callback function by time interval 説明 swoole_timer_tick ( int $ms , callable $callback ...
https://man.plustar.jp/php/function.swoole-timer-tick.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
Register a callback function by event name. 0
« Swoole\Server::listen Swoole\Server::pause » PHP Manual Swoole\Server Register a callback function by event name. Swoole\Server::on (PECL swoole >= 1.9.0) Swoole\Server::on — Register a callback function by event name. 説明 public Swoole\Server::on ( string $event_name , callable $call ...
https://man.plustar.jp/php/swoole-server.on.html - [similar]
Repeats a given function at every given time-interval. 0
« Swoole\Server::taskWaitMulti Swoole\Table » PHP Manual Swoole\Server Repeats a given function at every given time-interval. Swoole\Server::tick (PECL swoole >= 1.9.0) Swoole\Server::tick — Repeats a given function at every given time-interval. 説明 public Swoole\Server::tick ( int $int ...
https://man.plustar.jp/php/swoole-server.tick.html - [similar]