検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 456 for callback (0.248 sec.)
3253
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... :: createStopped ( 10 , 5 , function( $w ) { echo "Callback of a timer created as stopped\n" ; // 2 回繰り返し ... after 2 seconds iteration = 5 Run single iteration Callback of a timer created as stopped Restart the second w ...
https://man.plustar.jp/php/ev.examples.html - [similar]
ウォッチャーのコールバック 3253
« ウォッチャー Periodic ウォッチャーの操作モード » PHP Manual Ev ウォッチャーのコールバック ウォ ... クは、次のプロトタイプにしたがわなければいけません。 callback ( object $watcher = NULL , int $revents = NULL ): ...
https://man.plustar.jp/php/ev.watcher-callbacks.html - [similar]
Makes event pending 3253
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6- ... Non-pending event will never occur, and the event callback will never be called. In conjunction with Event::d ...
https://man.plustar.jp/php/event.add.html - [similar]
データの比較にコールバック関数を用い、配列の共通項を計算する 3253
« array_uintersect_uassoc array_unique » PHP Manual 配列 関数 データの比較にコールバック関数を用 ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 他の全ての引数 ...
https://man.plustar.jp/php/function.array-uintersect.html - [similar]
以前に設定したHTTPヘッダを削除する 3253
« header_register_callback header » PHP Manual ネットワーク 関数 以前に設定したHTTPヘッダを削除す ...
https://man.plustar.jp/php/function.header-remove.html - [similar]
Add a high priority task to run in parallel 3253
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... default job server $gmc -> addServer (); # set the callback for when the job is complete $gmc -> setCompleteCa ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 3253
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... default job server $gmc -> addServer (); # set the callback for when the job is complete $gmc -> setCompleteCa ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
変更された関数 3253
« PHP 7.0.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 変更 ... をサポートしなくなりました。 かわりに preg_replace_callback() を使いましょう。 setlocale() 関数で、 category を ...
https://man.plustar.jp/php/migration70.changed-functions.html - [similar]
新機能 3253
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... ポートされました。 正規表現 (Perl互換) preg_replace_callback() および preg_replace_callback_array() 関数は、追加 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
The EventBase class 3229
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... t, then exit once all active events have had their callbacks run". EventBase::LOOP_NONBLOCK Flag used with Eve ... not block: see which events are ready now, run the callbacks of the highest-priority ones, then exit". EventBa ... every time the event loop is ready to run timeout callbacks, check after each timeout callback. EventBase::EP ...
https://man.plustar.jp/php/class.eventbase.html - [similar]