Results of 1 - 10 of about 53 for until (0.002 sec.)
- 指定した時刻まで実行を遅延する 15360
- « time_nanosleep uniqid » PHP Manual その他の関数 指定した時刻まで実行を遅延する time_sleep_until
...
l (PHP 5 >= 5.1.0, PHP 7, PHP 8) time_sleep_until — 指定した時刻まで実行を遅延する 説明 time_sleep_u ...
関数は E_WARNING を発生させます。 例 例1 time_sleep_until() の例 <?php // false を返し、警告を発生します var ...
_dump ( time_sleep_until ( time ()- 1 )); // 高速なコンピュータ上でのみ動作 ...
す。実行を 0.2 秒遅延します。 var_dump ( time_sleep_until ( microtime ( true )+ 0.2 )); ?> 注意 注意 : すべて ...
-
https://man.plustar.jp/php/function.time-sleep-until.html
- [similar]
- The parallel\Channel class 12502
- « parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe
...
el will block on calls to parallel\Channel::send() until there is a receiver, and block on calls to paralle ...
l\Channel::recv() until there is a sender. This means an unbuffered channe ...
ill not block on calls to parallel\Channel::send() until capacity is reached, calls to parallel\Channel::re ...
cv() will block until there is data in the buffer. Closures over Channel ...
-
https://man.plustar.jp/php/class.parallel-channel.html
- [similar]
- Constructs an EvTimer watcher object 10165
- « EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec
...
gured to trigger again every repeat seconds later, until stopped manually. callback See Watcher callbacks . ...
er firing after 2 seconds repeating each second // until we manually stop it $w2 = new EvTimer ( 2 , 1 , fu ...
; }); // Create stopped timer. It will be inactive until we start it ourselves $w_stopped = EvTimer :: crea ...
: iteration () >= 2 and $w -> stop (); }); // Loop until Ev::stop() is called or all of watchers stop Ev :: ...
-
https://man.plustar.jp/php/evtimer.construct.html
- [similar]
- Shutdown all workers 9257
- « Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads
...
wn all of the workers in the pool. This will block until all submitted tasks have been executed. パラメータ ...
t (new Task ()); } $pool -> shutdown (); // blocks until all submitted tasks have finished executing 関連キ ...
-
https://man.plustar.jp/php/pool.shutdown.html
- [similar]
- Finalizes all add/deletes made to the index 8216
- « SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del
...
ut hard commit less frequently. waitSearcher block until a new searcher is opened and registered as the mai ...
bool $waitSearcher = true ]]] ). $waitFlush: Block until index changes are flushed to disk. 注意 警告 PECL ...
-
https://man.plustar.jp/php/solrclient.commit.html
- [similar]
- Create a new WriteConcern 7948
- « MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua
...
ult. <integer greater than 0> Milliseconds to wait until returning. journal Wait until mongod has applied t ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html
- [similar]
- Poll the items 7948
- « ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL
...
imeout for the operation. -1 means that poll waits until at least one item has activity. Please note that s ...
of events retrieved */ $events = 0 ; try { /* Poll until there is something to do */ $events = $poll -> pol ...
-
https://man.plustar.jp/php/zmqpoll.poll.html
- [similar]
- The EvTimer class 7829
- « EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0.
...
gured to trigger again every repeat seconds later, until stopped manually. remaining Returns the remaining ...
time until a timer fires. If the timer is active, then this t ...
-
https://man.plustar.jp/php/class.evtimer.html
- [similar]
- 秒およびナノ秒単位で実行を遅延する 7829
- « sys_getloadavg time_sleep_until » PHP Manual その他の関数 秒およびナノ秒単位で実行を遅延する t
...
leep() - マイクロ秒単位で実行を遅延する time_sleep_until() - 指定した時刻まで実行を遅延する set_time_limit( ...
-
https://man.plustar.jp/php/function.time-nanosleep.html
- [similar]
- The Event class 7695
- « Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL
...
ed with EventBase . However, event will never fire until it is added (via Event::add() ). An added event re ...
mains in pending state until the registered event occurs, thus turning it to ac ...
-
https://man.plustar.jp/php/class.event.html
- [similar]