検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1007 for [SIMILAR] 16 1024 4096 WITH 43098 runkit7 WITH 1... (0.600 sec.)
Return the numerical value of the error message from previous CUBRID operation 0
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of the error message from previous CUBRID operation cubrid_errno (PECL CUBRID >= 8.3.1) cubrid_errno — Return the numerical value of the error message from previous CUBRID operation 説明 cubrid_er ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Check if a timer callback function is existed 0
« swoole_timer_after swoole_timer_tick » PHP Manual Swoole 関数 Check if a timer callback function is existed swoole_timer_exists (PECL swoole >= 1.9.0) swoole_timer_exists — Check if a timer callback function is existed 説明 swoole_timer_exists ( int $timer_id ): bool パラメータ timer_i ...
https://man.plustar.jp/php/function.swoole-timer-exists.html - [similar]
関数またはクラスのフラグを 取得/設定 する 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]