検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 1267 for value (0.016 sec.)
Store into cache 3686
« Yac::info Yac::__set » PHP Manual Yac Store into cache Yac::set (PECL yac >= 1.0.0) Yac::set — ... cache 説明 public Yac::set ( string $keys , mixed $value , int $ttl = 0 ): bool public Yac::add ( array $ke ... dy exists, override it. パラメータ keys string key value mixed value, All php value type could be stored ex ... cept リソース ttl expire time 戻り値 the value self 関連キーワード: into , Store , Yac , key , pu ...
https://man.plustar.jp/php/yac.set.html - [similar]
The Hashable interface 3663
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... e same instance. hash() is used to return a scalar value to be used as the object's hash value, which deter ... mines where it goes in the hash table. While this value does not have to be unique, objects which are equa ... l must have the same hash value. equals() is used to determine if two objects are ... rent instance Ds\Hashable::hash — Returns a scalar value to be used as a hash value 関連キーワード: Hashabl ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
Returns information about the passed in value with data types, reference counts,... 3663
« runkit7_superglobals uopz » PHP Manual runkit7 関数 Returns information about the passed in value ... _inspect — Returns information about the passed in value with data types, reference counts, etc 説明 runkit ... 7_zval_inspect ( string $value ): array パラメータ value The value to return the ...
https://man.plustar.jp/php/function.runkit7-zval-inspect.html - [similar]
Adds a boost query field with value and optional boost (bq parameter) 3663
« SolrDisMaxQuery::addBigramPhraseField SolrDisMaxQuery::addPhraseField » PHP Manual SolrDisMaxQ ... uery Adds a boost query field with value and optional boost (bq parameter) SolrDisMaxQuery: ... ery::addBoostQuery — Adds a boost query field with value and optional boost (bq parameter) 説明 public Solr ... sMaxQuery::addBoostQuery ( string $field , string $value , string $boost = ? ): SolrDisMaxQuery Adds a Boos ... t Query field with value [and boost] (bq parameter) パラメータ field value ...
https://man.plustar.jp/php/solrdismaxquery.addboostquery.html - [similar]
Sorts the map in-place by key 3646
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... ed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , wil ... n an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be cast ... to an integer value of 0, which will compare such values as equal. 戻り ... s\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Returns a copy, sorted by key 3646
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... ed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , wil ... n an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be cast ... to an integer value of 0, which will compare such values as equal. 戻り ... s\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
すべての設定オプションを得る 3624
« ini_alter ini_get » PHP Manual PHP オプション/情報 関数 すべての設定オプションを得る ini_get_a ... が true (デフォルト) の場合、 配列の値は、 global_value ( php.ini で設定されている)、 local_value (おそらく ... Array ( [pcre.backtrack_limit] => Array ( [global_value] => 100000 [local_value] => 100000 [access] => 7 ) ... [pcre.recursion_limit] => Array ( [global_value] => 100000 [local_value] => 100000 [access] => 7 ) ... allow_call_time_pass_reference] => Array ( [global_value] => 0 [local_value] => 0 [access] => 6 ) [allow_ur ...
https://man.plustar.jp/php/function.ini-get-all.html - [similar]
Removes and returns the value with the highest priority 3607
« Ds\PriorityQueue::peek Ds\PriorityQueue::push » PHP Manual PriorityQueue Removes and returns t ... he value with the highest priority Ds\PriorityQueue::pop (P ... 0) Ds\PriorityQueue::pop — Removes and returns the value with the highest priority 説明 public Ds\PriorityQ ... ueue::pop (): mixed Removes and returns the value at the front of the queue, ie. the value with the ... highest priority. 注意 : Values with equal priority fall back to FIFO (first in f ...
https://man.plustar.jp/php/ds-priorityqueue.pop.html - [similar]
3607
« 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。 ... _open_string ( $HTTP_FDF_DATA ); $volume = fdf_get_value ( $fdf , "volume" ); echo "volume フィールドの値は ... '<b> $volume </b>'<br />" ; $date = fdf_get_value ( $fdf , "date" ); echo "date フィールドの値は '<b ... > $date </b>'<br />" ; $comment = fdf_get_value ( $fdf , "comment" ); echo "comment フィールドの値 ... は '<b> $comment </b>'<br />" ; if ( fdf_get_value ( $fdf , "show_publisher" ) == "On" ) { $publisher ...
https://man.plustar.jp/php/fdf.examples.html - [similar]
変数の float 値を取得する 3607
« empty get_debug_type » PHP Manual 変数操作 関数 変数の float 値を取得する floatval (PHP 4 >= 4 ... — 変数の float 値を取得する 説明 floatval ( mixed $value ): float value の float 値を返します。 パラメータ ... oatval() の例 <?php $var = '122.34343The' ; $float_value_of_var = floatval ( $var ); echo $float_value_of_v ... である場合の例 <?php $var = 'The122.34343' ; $float_value_of_var = floatval ( $var ); echo $float_value_of_v ...
https://man.plustar.jp/php/function.floatval.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT