検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1231 for function (0.032 sec.)
Set a callback for worker warnings 3521
« GearmanClient::setTimeout GearmanClient::setWorkloadCallback » PHP Manual GearmanClient Set a ... arningCallback ( callable $callback ): bool Sets a function to be called when a worker sends a warning. The ca ... ument, a GearmanTask object. パラメータ callback A function to call 戻り値 成功した場合に true を、失敗した場合 ... 。 参考 GearmanClient::setDataCallback() - Callback function when there is a data packet for a task GearmanClie ... nt::setCompleteCallback() - Set a function to be called on task completion GearmanClient::set ...
https://man.plustar.jp/php/gearmanclient.setwarningcallback.html - [similar]
関数処理 3504
« filter_var はじめに » PHP Manual 変数・データ型関連 関数処理 関数処理 はじめに インストール/設 ... の引数で指定したコールバック関数をコールする create_function — 文字列のコードを評価し、動的に関数を作成する for ... て返す func_num_args — 関数に渡された引数の数を返す function_exists — 指定した関数が定義されている場合に true を ... 返す get_defined_functions — 定義済みの全ての関数を配列で返す register_shutd ... own_function — シャットダウン時に実行する関数を登録する registe ...
https://man.plustar.jp/php/book.funchand.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 3504
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... int Returns the error number from the last CUBRID function. The cubrid_errno() function is used to get the er ... 戻り値 Returns the error number from the last CUBRID function, or 0 (zero) if no error occurred. 例 例1 cubrid_e ... _error_code() - Get error code for the most recent function call cubrid_error_msg() - Get last error message f ... or the most recent function call 関連キーワード: cubrid , CUBRID , from , errn ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Check if a timer callback function is existed 3504
« swoole_timer_after swoole_timer_tick » PHP Manual Swoole 関数 Check if a timer callback function ... 0) swoole_timer_exists — Check if a timer callback function is existed 説明 swoole_timer_exists ( int $timer_i ... 戻り値 関連キーワード: timer , Check , callback , function , existed , swoole , exists , after , Swoole , 関数 ...
https://man.plustar.jp/php/function.swoole-timer-exists.html - [similar]
関数またはクラスのフラグを 取得/設定 する 3504
« uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uop ... のフラグを 取得/設定 する 説明 uopz_flags ( string $function , int $flags = PHP_INT_MAX ): int uopz_flags ( str ... ing $class , string $function , int $flags = PHP_INT_MAX ): int 実行時にクラスま ... 定 します。 パラメータ class クラス名を指定します。 function 関数名を指定します。 class が指定され、 かつ funct ... 場合は、 OPcache が有効になっており、 かつ class や function のエントリが変更不能な場合、 RuntimeException をス ...
https://man.plustar.jp/php/function.uopz-flags.html - [similar]
Set a callback for when a task is queued 3504
« GearmanClient::setContext GearmanClient::setData » PHP Manual GearmanClient Set a callback for ... tCreatedCallback ( string $callback ): bool Sets a function to be called when a task is received and queued by ... ument, a GearmanTask object. パラメータ callback A function to call 戻り値 成功した場合に true を、失敗した場合 ... 。 参考 GearmanClient::setDataCallback() - Callback function when there is a data packet for a task GearmanClie ... nt::setCompleteCallback() - Set a function to be called on task completion GearmanClient::set ...
https://man.plustar.jp/php/gearmanclient.setcreatedcallback.html - [similar]
Add a callback function to the next event loop. 3504
« Swoole\Event::add Swoole\Event::del » PHP Manual Swoole\Event Add a callback function to the n ... ole >= 1.9.0) Swoole\Event::defer — Add a callback function to the next event loop. 説明 public static Swoole\ ... タ callback 戻り値 関連キーワード: callback , Add , function , next , event , Swoole , Event , the , defer , sw ...
https://man.plustar.jp/php/swoole-event.defer.html - [similar]
Trigger a one time callback function in the future 3487
« swoole_strerror swoole_timer_exists » PHP Manual Swoole 関数 Trigger a one time callback function ... ) swoole_timer_after — Trigger a one time callback function in the future 説明 swoole_timer_after ( int $ms , ... ack param 戻り値 関連キーワード: callback , time , function , swoole , a , in , timer , after , int , param ...
https://man.plustar.jp/php/function.swoole-timer-after.html - [similar]
Trigger a timer tick callback function by time interval 3487
« swoole_timer_exists swoole_version » PHP Manual Swoole 関数 Trigger a timer tick callback function ... swoole_timer_tick — Trigger a timer tick callback function by time interval 説明 swoole_timer_tick ( int $ms ... 戻り値 関連キーワード: swoole , timer , callback , function , time , interval , int , exists , version , Swool ...
https://man.plustar.jp/php/function.swoole-timer-tick.html - [similar]
ジェネレータの構文 3487
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... を一時停止します。 例1 値を yield する単純な例 <?php function gen_one_to_three () { for ( $i = 1 ; $i <= 3 ; $i ... on;インデントが大好き 3;Ruby;ブロックが大好き EOF; function input_parser ( $input ) { foreach ( explode ( "\n" ... ーは自動的に割り振られます。 例3 null の yield <?php function gen_three_nulls () { foreach ( range ( 1 , 3 ) as ... パサンドを付けます。 例4 参照による値の yield <?php function & gen_reference () { $value = 3 ; while ( $value > ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]