検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 1267 for value (0.081 sec.)
Check the distance between this color and another 2977
« ImagickPixel::getIndex ImagickPixel::isPixelSimilarQuantum » PHP Manual ImagickPixel Check the ... that of the provided object, by plotting their RGB values on the color cube. If the distance between the tw ... o points is less than the fuzz value given, the colors are similar. This method replace ... xel::isSimilar() and correctly normalises the fuzz value to ImageMagick QuantumRange. パラメータ color The ... olors as similar. The theoretical maximum for this value is the square root of three (1.732). 戻り値 成功し ...
https://man.plustar.jp/php/imagickpixel.ispixelsimilar.html - [similar]
スコープ定義演算子 (::) 2977
« オブジェクトの継承 static キーワード » PHP Manual クラスとオブジェクト スコープ定義演算子 (::) ... 定義の外からの :: <?php class MyClass { const CONST_VALUE = 'A constant value' ; } $classname = 'MyClass' ; ... echo $classname :: CONST_VALUE ; echo MyClass :: CONST_VALUE ; ?> 三つの特別なキー ... tic function doubleColon () { echo parent :: CONST_VALUE . "\n" ; echo self :: $my_static . "\n" ; } } $cla ...
https://man.plustar.jp/php/language.oop5.paamayim-nekudotayim.html - [similar]
データを既存のアイテムに追記する 2977
« Memcached::addServers Memcached::appendByKey » PHP Manual Memcached データを既存のアイテムに追 ... 明 public Memcached::append ( string $key , string $value ): bool Memcached::append() は、指定した文字列 val ... ue を既存のアイテムの値として追記します。 value を文字列に強制変換する理由は、 異なる型を追記した場 ... できないからです。 パラメータ key 値の格納先のキー。 value 追記する文字列。 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/memcached.append.html - [similar]
Create a new ReadPreference 2977
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... goDB\Driver\ReadPreference , which is an immutable value object. パラメータ mode Read preference mode Value ... ive arrays, each of which contain zero or more key/value pairs. When selecting a server for a read operatio ... l tags in a set (i.e. the associative array of key/value pairs). If selection fails, the driver will attemp ... hen a secondary's estimated staleness exceeds this value, the driver stops using it for read operations. If ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
プリペアドステートメントの振る舞いを変更する 2977
« mysqli_stmt::attr_get mysqli_stmt::bind_param » PHP Manual mysqli_stmt プリペアドステートメント ... blic mysqli_stmt::attr_set ( int $attribute , int $value ): bool 手続き型 mysqli_stmt_attr_set ( mysqli_stm ... t $statement , int $attribute , int $value ): bool プリペアドステートメントの振る舞いを変更し ... た際にステートメントをオープンするためのカーソル型。 value は、 MYSQLI_CURSOR_TYPE_NO_CURSOR (デフォルト) ある ... カーソルの使用時にサーバーからいちどに取得する行数。 value に指定できる値の範囲は 1 から unsigned long の最大 ...
https://man.plustar.jp/php/mysqli-stmt.attr-set.html - [similar]
Set Minimum "Should" Match (mm) 2977
« SolrDisMaxQuery::setBoostQuery SolrDisMaxQuery::setPhraseFields » PHP Manual SolrDisMaxQuery S ... public SolrDisMaxQuery::setMinimumMatch ( string $value ): SolrDisMaxQuery Set Minimum "Should" Match para ... uery operator (q.op) is OR, then mm=0%. パラメータ value Minimum match value/expression 戻り値 SolrDisMaxQu ...
https://man.plustar.jp/php/solrdismaxquery.setminimummatch.html - [similar]
Sorts the fields within the document 2977
« SolrInputDocument::setFieldBoost SolrInputDocument::toArray » PHP Manual SolrInputDocument Sor ... a and sort direction Fields can be sorted by boost values, field names and number of values. The $order_by ... T_FIELD_NAME * SolrInputDocument::SORT_FIELD_BOOST_VALUE * SolrInputDocument::SORT_FIELD_VALUE_COUNT The so ... n , document , SORT , sort , the , s , direction , VALUE ...
https://man.plustar.jp/php/solrinputdocument.sort.html - [similar]
指定した添字の新しい値を設定する 2977
« SplFixedArray::offsetGet SplFixedArray::offsetUnset » PHP Manual SplFixedArray 指定した添字の新 ... lic SplFixedArray::offsetSet ( int $index , mixed $value ): void index で指定した添字の値を value に設定しま ... す。 パラメータ index 設定したい添字。 value index の新しい値。 戻り値 値を返しません。 エラー ...
https://man.plustar.jp/php/splfixedarray.offsetset.html - [similar]
The MongoDB\Driver\ClientEncryption class 2954
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... ion, as well as manually encrypting and decrypting values. クラス概要 final class MongoDB\Driver\ClientEncr ... Binary final public decrypt ( MongoDB\BSON\Binary $value ): mixed final public encrypt ( mixed $value , arr ... ngoDB\Driver\ClientEncryption::decrypt — Decrypt a value MongoDB\Driver\ClientEncryption::encrypt — Encrypt ... a value 関連キーワード: Driver , ClientEncryption , encryp ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]
SplDoublyLinkedList クラス 2954
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoub ... ; /* メソッド */ public add ( int $index , mixed $value ): void public bottom (): mixed public count (): i ... ): mixed public offsetSet ( ? int $index , mixed $value ): void public offsetUnset ( int $index ): void pu ... ): mixed public prev (): void public push ( mixed $value ): void public rewind (): void public serialize () ... ize ( string $data ): void public unshift ( mixed $value ): void public valid (): bool } 定義済み定数 イテレ ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]