検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 1267 for VALUE (0.029 sec.)
双方向リンクリストの先頭に要素を追加する 3033
« SplDoublyLinkedList::unserialize SplDoublyLinkedList::valid » PHP Manual SplDoublyLinkedList 双 ... 説明 public SplDoublyLinkedList::unshift ( mixed $value ): void value を双方向リンクリストの先頭に追加しま ... す。 パラメータ value 追加する値。 戻り値 値を返しません。 関連キーワード ...
https://man.plustar.jp/php/spldoublylinkedlist.unshift.html - [similar]
Collator クラス 3016
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3 ... ): int public setAttribute ( int $attribute , int $value ): bool public setStrength ( int $strength ): bool ... r::ON Collator::OFF (デフォルト) Collator::DEFAULT_VALUE 例1 FRENCH_COLLATION のルール F=OFF cote < coté < ... E (デフォルト) Collator::SHIFTED Collator::DEFAULT_VALUE 例2 ALTERNATE_HANDLING のルール S=3, A=N di Silva ... r::OFF (デフォルト) Collator::ON Collator::DEFAULT_VALUE 例4 CASE_LEVEL のルール S=1, E=X role = Role = rôl ...
https://man.plustar.jp/php/class.collator.html - [similar]
The MongoDB\BSON\Decimal128 class 3016
« MongoDB\BSON\Binary::unserialize MongoDB\BSON\Decimal128::__construct » PHP Manual MongoDB\BSO ... which only stores an approximation of the decimal values, the decimal data type stores the exact value. Fo ... ple, MongoDB\BSON\Decimal128('9.99') has a precise value of 9.99 where as a double 9.99 would have an appro ... ximate value of 9.9900000000000002131628…. 注意 : MongoDB\BSON\ ... /* メソッド */ final public __construct ( string $value = ? ) final public jsonSerialize (): mixed final p ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128.html - [similar]
The Parle\Token class 3016
« Parle\Stack::push Parle\ErrorInfo » PHP Manual Parle The Parle\Token class The Parle\Token cla ... /* プロパティ */ public int $ id ; public string $ value ; /* メソッド */ } プロパティ id Token id. value T ... oken value. 定義済み定数 Parle\Token::EOI End of input token ...
https://man.plustar.jp/php/class.parle-token.html - [similar]
コマンドライン引数のリストからオプションを取得する 3016
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... var_dump ( $options ); ?> shell> php example.php -fvalue -h 上の例の出力は以下となります。 array(2) { ["f"] ... => string(5) "value" ["h"]=> bool(false) } 例2 getopt() の例:長いオプシ ... r_dump ( $options ); ?> shell> php example.php -f "value for f" -v -a --required value --optional="optional ... value" --option 上の例の出力は以下となります。 array(6) ...
https://man.plustar.jp/php/function.getopt.html - [similar]
スカラー値を追加する 3016
« sodium_crypto_core_ristretto255_random sodium_crypto_core_ristretto255_scalar_complement » PHP ... sodium_crypto_core_ristretto255_scalar_random (); $value = sodium_crypto_core_ristretto255_scalar_add ( $fo ... o , $bar ); $value = sodium_crypto_core_ristretto255_scalar_sub ( $va ... lue , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上の例の出力は以下となります。 bool(true) 参 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-add.h... - [similar]
スカラー値を減らす 3016
« sodium_crypto_core_ristretto255_scalar_reduce sodium_crypto_core_ristretto255_sub » PHP Manual ... sodium_crypto_core_ristretto255_scalar_random (); $value = sodium_crypto_core_ristretto255_scalar_add ( $fo ... o , $bar ); $value = sodium_crypto_core_ristretto255_scalar_sub ( $va ... lue , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上の例の出力は以下となります。 bool(true) 参 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-sub.h... - [similar]
Send a custom control to the service 3016
« win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a c ... rt name of the service. control The custom contole value between 128 and 255. machine Optional machine name ... エラー / 例外 Prior to version 1.0.0, if the control value is not between 128 and 255, this function emits an ... E_ERROR level error. A ValueError is thrown if the value of servicename paramet ... er is empty. A ValueError is thrown if the value of control parameter i ...
https://man.plustar.jp/php/function.win32-send-custom-control.html - [similar]
双方向リンクリストの末尾に要素を追加する 3016
« SplDoublyLinkedList::prev SplDoublyLinkedList::rewind » PHP Manual SplDoublyLinkedList 双方向リ ... する 説明 public SplDoublyLinkedList::push ( mixed $value ): void value を双方向リンクリストの末尾に追加しま ... す。 パラメータ value 追加したい値。 戻り値 値を返しません。 関連キーワー ...
https://man.plustar.jp/php/spldoublylinkedlist.push.html - [similar]
The MongoDB\BSON\ObjectId class 2993
« MongoDB\BSON\MinKey::unserialize MongoDB\BSON\ObjectId::__construct » PHP Manual MongoDB\BSON ... =1.0.0) はじめに BSON type for an » ObjectId . The value consists of 12 bytes, where the first four bytes a ... reflect the ObjectId's creation. Specifically, the value consists of: a 4-byte value representing the secon ... cess, and a 3-byte counter, starting with a random value. In MongoDB, each document stored in a collection ... thod. Sorting on an _id field that stores ObjectId values is roughly equivalent to sorting by creation time ...
https://man.plustar.jp/php/class.mongodb-bson-objectid.html - [similar]