検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 86 for seconds (0.006 sec.)
Constructs an EvTimer watcher object 14015
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... after Configures the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatica ... ically be configured to trigger again every repeat seconds later, until stopped manually. callback See Watche ... ers <?php // Create and start timer firing after 2 seconds $w1 = new EvTimer ( 2 , 0 , function () { echo "2 ... n" ; }); // Create and launch timer firing after 2 seconds repeating each second // until we manually stop it ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
秒およびナノ秒単位で実行を遅延する 10026
« sys_getloadavg time_sleep_until » PHP Manual その他の関数 秒およびナノ秒単位で実行を遅延する t ... ノ秒単位で実行を遅延する 説明 time_nanosleep ( int $seconds , int $nanoseconds ): array | bool 指定した second ... s および nanoseconds の時間だけプログラムの実行を遅延させます。 パラメー ...seconds 非負の整数である必要があります。 nanoseconds 十億よ ... 断された場合、以下の要素からなる連想配列を返します。 seconds - 残りの秒数 nanoseconds - 残りのナノ秒数 例 例1 t ...
https://man.plustar.jp/php/function.time-nanosleep.html - [similar]
Construct a new Executor 9419
« UI\Executor UI\Executor::kill » PHP Manual UI\Executor Construct a new Executor UI\Executor::_ ... uct () public UI\Executor::__construct ( int $microseconds ) public UI\Executor::__construct ( int $seconds , ... int $microseconds ) Shall construct an executor with the given inter ... rt executing until main loop is entered パラメータ seconds Seconds between executions microseconds Microsecon ... struct , new , construct , a , public , int , microseconds , executions , seconds ...
https://man.plustar.jp/php/ui-executor.construct.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 9150
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... コールと同等の操作を、 ストリームの配列に対して seconds と microseconds で指定されたタイムアウト時間をもっ ... テムコールと同等の操作を、 ストリームの配列に対して seconds と microseconds で指定されたタイムアウト時間をもっ ... read , ? array &$write , ? array &$except , ? int $seconds , ? int $microseconds = null ): int | false stream ... 更が加えられます。 但し、配列のキーは保存されます。 seconds seconds と microseconds は、一体となって、 timeout ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
Sets read timeout 9150
« Stomp::send Stomp::subscribe » PHP Manual Stomp Sets read timeout Stomp::setReadTimeout stomp_ ... 指向型 (method): public Stomp::setReadTimeout ( int $seconds , int $microseconds = ? ): void 手続き型: stomp_se ... t_read_timeout ( resource $link , int $seconds , int $microseconds = ? ): void Sets read timeout. ... 続き型のみ: stomp_connect() が返す stomp リンク ID。 seconds The seconds part of the timeout to be set. microse ... conds The microseconds part of the timeout to be set. 戻り値 値を返しませ ...
https://man.plustar.jp/php/stomp.setreadtimeout.html - [similar]
8894
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動さ ... echo "is called every second, is launched after 2 seconds\n" ; echo "iteration = " , Ev :: iteration (), PHP ... 上の例の出力は、 たとえば以下のようになります。 2 seconds elapsed is called every second, is launched after ... 2 seconds iteration = 1 is called every second, is launched ...
https://man.plustar.jp/php/ev.examples.html - [similar]
実行を遅延させる 8759
« show_source sys_getloadavg » PHP Manual その他の関数 実行を遅延させる sleep (PHP 4, PHP 5, PHP ... PHP 8) sleep — 実行を遅延させる 説明 sleep ( int $seconds ): int seconds で与えられた秒数分プログラムの実行を ... 遅延させます。 パラメータ seconds 秒単位の停止時間。 戻り値 成功した場合にゼロ、エラ ... りの遅延秒数を返します。 エラー / 例外 指定した秒数 seconds が負の場合、 この関数は E_WARNING を発生させます。 ... 時間の最大値を制限する 関連キーワード: 実行 , 遅延 , seconds , 単位 , 関数 , int , time , エラー , 発生 , limit ...
https://man.plustar.jp/php/function.sleep.html - [similar]
シグナルを送信するアラームを設定する 8489
« PCNTL 関数 pcntl_async_signals » PHP Manual PCNTL 関数 シグナルを送信するアラームを設定する pc ... を送信するアラームを設定する 説明 pcntl_alarm ( int $seconds ): int プロセスに対して、 指定した秒数後に SIGALRM ... れていたアラームはすべて取り消されます。 パラメータ seconds 待機する秒数。 seconds がゼロの場合は、 新しいアラ ... キーワード: シグナル , 設定 , 送信 , pcntl , alarm , seconds , 関数 , int , PCNTL , 作成 ...
https://man.plustar.jp/php/function.pcntl-alarm.html - [similar]
Interval Manipulation 8422
« UI\Executor::onExecute UI\Controls\Tab » PHP Manual UI\Executor Interval Manipulation UI\Execu ... n 説明 public UI\Executor::setInterval ( int $microseconds ): bool public UI\Executor::setInterval ( int $sec ... onds , int $microseconds ): bool Shall set the new interval. An interval of ... cutor until a new interval has been set パラメータ seconds microseconds 戻り値 Indication of success 関連キー ... Manipulation , Executor , setInterval , int , microseconds , interval , public , seconds , new ...
https://man.plustar.jp/php/ui-executor.setinterval.html - [similar]
Stop dispatching events 8287
« EventBase::dispatch EventBase::free » PHP Manual EventBase Stop dispatching events EventBase:: ... vent base to stop optionally after given number of seconds. パラメータ timeout Optional number of seconds aft ... entBase , event , stop , timeout , Tells , after , seconds ...
https://man.plustar.jp/php/eventbase.exit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT