Results of 1 - 10 of about 127 for w (0.008 sec.)
- 線描画用のスタイルを設定する 13690
- « imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する
...
peg" ); $im = imagecreatetruecolor ( 100 , 100 ); $w = imagecolorallocate ( $im , 255 , 255 , 255 ); $r ...
style = array( $red , $red , $red , $red , $red , $w , $w , $w , $w , $w ); imagesetstyle ( $im , $styl ...
して happy face の線を描画します */ $style = array( $w , $w , $w , $w , $w , $w , $w , $w , $w , $w , $w ...
, $w , $red ); imagesetstyle ( $im , $style ); $brush = ...
-
https://man.plustar.jp/php/function.imagesetstyle.html
- [similar]
- 例 13568
- « 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り
...
、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 sec ...
、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "i ...
ウォッチャーを止めます Ev :: iteration () == 5 and $w -> stop (); // Stop the watcher if further calls c ...
e than 10 iterations Ev :: iteration () >= 10 and $w -> stop (); }); // 停止状態のタイマーを作ります。開 ...
-
https://man.plustar.jp/php/ev.examples.html
- [similar]
- Constructs an EvTimer watcher object 9530
- « EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec
...
.2.0) EvTimer::__construct — Constructs an EvTimer watcher object 説明 public EvTimer::__construct ( fl ...
= null , int $priority = 0 ) Constructs an EvTimer watcher object. パラメータ after Configures the time ...
r after seconds. repeat If repeat is 0.0 , then it will automatically be stopped once the timeout is re ...
ached. If it is positive, then the timer will automatically be configured to trigger again ev ...
-
https://man.plustar.jp/php/evtimer.construct.html
- [similar]
- Returns the WriteConcern's "w" option 9029
- « MongoDB\Driver\WriteConcern::getJournal MongoDB\Driver\WriteConcern::getWtimeout » PHP Manual
...
MongoDB\Driver\WriteConcern Returns the WriteConcern's "w" option M ...
ongoDB\Driver\WriteConcern::getW (mongodb >=1.0.0) MongoDB\Driver\ ...
WriteConcern::getW — Returns the WriteConcern's "w" option 説明 final ...
public MongoDB\Driver\WriteConcern::getW (): string | int | null パラメータ ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.getw.html
- [similar]
- Constructs EvStat watcher object 8135
- « EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat
...
>= 0.2.0) EvStat::__construct — Constructs EvStat watcher object 説明 public EvStat::__construct ( str ...
ata = null , int $priority = 0 ) Constructs EvStat watcher object and starts the watcher automatically. ...
パラメータ path The path to wait for status changes on. interval Hint on how qui ...
to let libev choose a suitable value. callback See Watcher callbacks . data Custom data associated with ...
-
https://man.plustar.jp/php/evstat.construct.html
- [similar]
- Constructs EvPeriodic watcher object 7940
- « EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher
...
0) EvPeriodic::__construct — Constructs EvPeriodic watcher object 説明 public EvPeriodic::__construct ( ...
= null , int $priority = 0 ) Constructs EvPeriodic watcher object and starts it automatically. EvPeriod ...
c::createStopped() method creates stopped periodic watcher. パラメータ offset See Periodic watcher oper ...
ation modes interval See Periodic watcher operation modes reschedule_cb Reschedule cal ...
-
https://man.plustar.jp/php/evperiodic.construct.html
- [similar]
- 例 7940
- « 定義済み定数 PCRE のパターン » PHP Manual PCRE 例 例 例1 有効なパターンの例 /<\/\w+>/ |(\d{3})
...
ターンの例 /href='(.*)' - 終端デリミタが抜けている /\w+\s*\w+/J - 未知の修飾子 'J' 1-\d3-\d3-\d4| - 始端デ ...
-
https://man.plustar.jp/php/pcre.examples.html
- [similar]
- 複合的な書式 7879
- « 日付の書式 相対的な書式 » PHP Manual サポートする日付と時刻の書式 複合的な書式 複合的な書式 こ
...
9", "60" (うるう秒) SS [0-5][0-9] "04", "08", "59" W "0"[1-9] | [1-4][0-9] | "5"[0-3] "05", "17", "53" ...
6:58:35 GMT" RSS "Thu, 02 Jun 2022 16:58:35 +0000" W3C "2022-06-02T16:58:35+00:00" ローカライズされた表 ...
8:08:07 18:11:31" ISO の年、 ISO の週番号 YY "-"? "W" W "2008W27", "2008-W28" ISO の年、 ISO の週番号、 ...
ISO の曜日番号 YY "-"? "W" W "-"? [0-7] "2008W273", "2008-W28-3" MySQL YY "- ...
-
https://man.plustar.jp/php/datetime.formats.compound.html
- [similar]
- Returns the values most recently detected by Ev 7744
- « EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev
...
数にはパラメータはありません。 戻り値 Returns array with the values most recently detect by Ev(without a ...
ion 'nlink' number of hard links 'uid' user ID of owner 'size' total size, in bytes 'gid' group ID of o ...
/messages <?php // Use 10 second update interval. $w = new EvStat ( "/var/log/messages" , 8 , function ...
( $w ) { echo "/var/log/messages changed\n" ; $attr = $ ...
-
https://man.plustar.jp/php/evstat.attr.html
- [similar]
- Returns an object for BSON serialization 7744
- « MongoDB\Driver\WriteConcern MongoDB\Driver\WriteConcern::__construct » PHP Manual MongoDB\Driv
...
er\WriteConcern Returns an object for BSON serializatio ...
n MongoDB\Driver\WriteConcern::bsonSerialize (mongodb >=1.2.0) MongoD ...
B\Driver\WriteConcern::bsonSerialize — Returns an object for ...
SON serialization 説明 final public MongoDB\Driver\WriteConcern::bsonSerialize (): object パラメータ こ ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.bsonserialize.html
- [similar]