Results of 1 - 10 of about 21 for repeat (0.024 sec.)
- The EvTimer class 12143
- « EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0.
...
nerate an event after a given time, and optionally repeating in regular intervals after that. The timers are ...
imer extends EvWatcher { /* プロパティ */ public $ repeat ; public $ remaining ; /* 継承したプロパティ */ pu ...
ソッド */ public __construct ( float $after , float $repeat , callable $callback , mixed $data = null , int $p ...
ublic static createStopped ( float $after , float $repeat , callable $callback , mixed $data = null , int $p ...
-
https://man.plustar.jp/php/class.evtimer.html
- [similar]
- Configures the watcher 11940
- « EvTimer::createStopped EvWatcher » PHP Manual EvTimer Configures the watcher EvTimer::set (PEC
...
r 説明 public EvTimer::set ( float $after , float $repeat ): void Configures the watcher パラメータ after Co ...
nfigures the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatically be s ...
automatically be configured to trigger again every repeat seconds later, until stopped manually. 戻り値 値を ...
連キーワード: Configures , watcher , the , EvTimer , repeat , after , stopped , automatically , then , seconds ...
-
https://man.plustar.jp/php/evtimer.set.html
- [similar]
- 文字列を反復する 11873
- « str_pad str_replace » PHP Manual String 関数 文字列を反復する str_repeat (PHP 4, PHP 5, PHP 7,
...
PHP 8) str_repeat — 文字列を反復する 説明 str_repeat ( string $strin ...
す。 戻り値 繰り返した文字列を返します。 例 例1 str_repeat() の例 <?php echo str_repeat ( "-=" , 10 ); ?> 上の ...
回数を数える 関連キーワード: 反復 , string , times , repeat , pad , 回数 , 関数 , int , パラメータ , replace ...
-
https://man.plustar.jp/php/function.str-repeat.html
- [similar]
- Creates EvTimer stopped watcher object 10689
- « EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object
...
tic EvTimer::createStopped ( float $after , float $repeat , callable $callback , mixed $data = null , int $p ...
nfigures the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatically be s ...
automatically be configured to trigger again every repeat seconds later, until stopped manually. callback Se ...
キーワード: EvTimer , watcher , stopped , Creates , repeat , after , data , createStopped , priority , automa ...
-
https://man.plustar.jp/php/evtimer.createstopped.html
- [similar]
- Restarts the timer watcher 9691
- « EvTimer EvTimer::__construct » PHP Manual EvTimer Restarts the timer watcher EvTimer::again (P
...
the timer timed out and restart it again if it is repeating. The exact semantics are: if the timer is pendi ...
status is cleared. if the timer is started but non-repeating, stop it (as if it timed out). if the timer is ...
repeating, either start it if necessary (with the repeat value), or reset the running timer to the repeat v ...
関連キーワード: watcher , Restarts , EvTimer , r , repeating , stop , timed , パラメータ , pending , repeat ...
-
https://man.plustar.jp/php/evtimer.again.html
- [similar]
- Constructs an EvTimer watcher object 9234
- « EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec
...
ublic EvTimer::__construct ( float $after , float $repeat , callable $callback , mixed $data = null , int $p ...
nfigures the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatically be s ...
automatically be configured to trigger again every repeat seconds later, until stopped manually. callback Se ...
// Create and launch timer firing after 2 seconds repeating each second // until we manually stop it $w2 = ...
-
https://man.plustar.jp/php/evtimer.construct.html
- [similar]
- Creates EvTimer watcher object associated with the current event loop instance 7847
- « EvLoop::suspend EvLoop::verify » PHP Manual EvLoop Creates EvTimer watcher object associated w
...
final public EvLoop::timer ( float $after , float $repeat , callable $callback , mixed $data = null , int $p ...
-
https://man.plustar.jp/php/evloop.timer.html
- [similar]
- Tidy パースツリーのルートを表す tidyNode を返す 7644
- « tidy::repairString tidyNode » PHP Manual tidy Tidy パースツリーのルートを表す tidyNode を返す
...
) { foreach( $node -> child as $child ) { echo str_repeat ( '.' , $indent * 2 ) . ( $child -> name ? $child ...
-
https://man.plustar.jp/php/tidy.root.html
- [similar]
- 暗号化フィルタ 7577
- « 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス
...
pty( $fin ) && !empty( $fc )) { fwrite ( $fc , str_repeat ( "_" , 32 ) ); //placeholder, SHA256 HMAC will go ...
/$padding is a number from 1-16 fwrite ( $fc , str_repeat ( chr ( $padding ), $padding ) ); //perform PKCS7 ...
-
https://man.plustar.jp/php/filters.encryption.html
- [similar]
- PHP に割り当てられたメモリの量を返す 7577
- « memory_get_peak_usage php_ini_loaded_file » PHP Manual PHP オプション/情報 関数 PHP に割り当て
...
cho memory_get_usage () . "\n" ; // 36640 $a = str_repeat ( "Hello" , 4242 ); echo memory_get_usage () . "\n ...
-
https://man.plustar.jp/php/function.memory-get-usage.html
- [similar]