Results of 1 - 10 of about 93 for than (0.010 sec.)
- Create a new WriteConcern 12822
- « MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua
...
orking errors to the application. <integer greater than 1> Numbers greater than 1 are valid only for repli ...
ling. wtimeout causes write operations to return with an error ( WriteConcernError ) after the specified l ...
, wtimeout must be a signed 64-bit integer greater than or equal to zero. Write concern timeout Value Desc ...
ndefinitely. This is the default. <integer greater than 0> Milliseconds to wait until returning. journal W ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html
- [similar]
- RPM version comparison 11631
- « rpminfo XLSWriter » PHP Manual RpmInfo 関数 RPM version comparison rpmvercmp (PECL rpminfo >=
...
-release string 戻り値 Returns < 0 if evr1 is less than evr2, > 0 if evr1 is greater than evr2, and 0 if t ...
parison , string , rpmvercmp , release , rpminfo , than , greater , less ...
-
https://man.plustar.jp/php/function.rpmvercmp.html
- [similar]
- Alternation and repetition 10890
- « Unicode character classes Anchors » PHP Manual Pattern matching Alternation and repetition Alt
...
imes. {n,m} yes Match at least n times but no more than m times. *? no Match 0 or more times. +? no Match ...
imes. {n,m}? no Match at least n times but no more than m times. {MACRO} - Include the regex MACRO in the ...
関連キーワード: times , repetition , least , but , than , MACRO , character , classes , Pattern , Sequence ...
-
https://man.plustar.jp/php/parle.regex.alternation.html
- [similar]
- Compares memory areas 10599
- « FFI::load FFI::memcpy » PHP Manual FFI Compares memory areas FFI::memcmp (PHP 7 >= 7.4.0, PHP
...
e memory area starting at ptr1 are considered less than the contents of the memory area starting at ptr2 , ...
ts of the first memory area are considered greater than the second, and 0 if they are equal. 関連キーワード ...
ory , Compares , memcmp , CData , size , ontents , than , string , int , bytes ...
-
https://man.plustar.jp/php/ffi.memcmp.html
- [similar]
- The Zookeeper class 9408
- « zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper
...
r thrown by the server, it shouldn't be used other than to indicate a range. Specifically error codes grea ...
ter than this value, but lesser than Zookeeper::APIERROR, a ...
r thrown by the server, it shouldn't be used other than to indicate a range. Specifically error codes grea ...
ter than this value are API errors (while values less than ...
-
https://man.plustar.jp/php/class.zookeeper.html
- [similar]
- イテレータの現在の要素がフィルタを満たすかどうかを調べる 9408
- « FilterIterator FilterIterator::__construct » PHP Manual FilterIterator イテレータの現在の要素が
...
erator = new ArrayIterator (array( 'test1' , 'more than 10 characters' )); $lengthFilter = new LengthFilte ...
. "\n" ; } ?> 上の例の出力は以下となります。 more than 10 characters 関連キーワード: 要素 , フィルタ , Fi ...
, パラメータ , construct , public , 関数 , 出力 , than ...
-
https://man.plustar.jp/php/filteriterator.accept.html
- [similar]
- 2 進数 を 10 進数に変換する 8667
- « base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP
...
lesson from this example is in the output * rather than the PHP code itself. */ $magnitude_lower = pow ( 2 ...
); p (~ PHP_INT_MAX , 'interpreted to be one more than PHP_INT_MAX' ); if ( PHP_INT_SIZE == 4 ) { $note = ...
dec(): 2147483648 NOTE: interpreted to be one more than PHP_INT_MAX input: -1 binary: 11111111111111111111 ...
23372036854775808 NOTE: interpreted to be one more than PHP_INT_MAX input: -1 binary: 11111111111111111111 ...
-
https://man.plustar.jp/php/function.bindec.html
- [similar]
- Moving average with variable period 8667
- « trader_mama trader_max » PHP Manual Trader 関数 Moving average with variable period trader_mav
...
の配列。 periods 実数値の配列。 minPeriod Value less than minimum will be changed to Minimum period. Valid r ...
ange from 2 to 100000 maxPeriod Value higher than minimum will be changed to Maximum period. Valid r ...
-
https://man.plustar.jp/php/function.trader-mavp.html
- [similar]
- ふたつの Unicode 文字列を比較する 8362
- « Collator::asort Collator::__construct » PHP Manual Collator ふたつの Unicode 文字列を比較する
...
oll ); } else if( $res > 0 ) { echo "s1 is greater than s2\n" ; } else if( $res < 0 ) { echo "s1 is less t ...
} ?> 上の例の出力は以下となります。 s1 is greater than s2 例2 ダイアクリティカルマークや、大文字小文字の区 ...
-
https://man.plustar.jp/php/collator.compare.html
- [similar]
- elseif/else if 8217
- « else 制御構造に関する別の構文 » PHP Manual 制御構造 elseif/else if elseif/else if (PHP 4, PHP
...
違った方法 */ if ( $a > $b ): echo $a . " is greater than " . $b ; else if ( $a == $b ): // コンパイル不能 e ...
正しい方法 */ if ( $a > $b ): echo $a . " is greater than " . $b ; elseif ( $a == $b ): // 二つの単語を分割せ ...
uals " . $b ; else: echo $a . " is neither greater than or equal to " . $b ; endif; ?> 関連キーワード: els ...
-
https://man.plustar.jp/php/control-structures.elseif.html
- [similar]