検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1267 for value (0.034 sec.)
Sorts the map in-place by value 4395
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... >= 1.0.0) Ds\Map::sort — Sorts the map in-place by value 説明 public Ds\Map::sort ( callable $comparator = ... ? ): void Sorts the map in-place by value, using an optional comparator function. パラメータ ... 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 ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
The Vector class 4316
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... only be in Git) はじめに A Vector is a sequence of values in a contiguous buffer that grows and shrinks aut ... the most efficient sequential structure because a value's index is a direct mapping to its index in the bu ... verall memory than an array for the same number of values. Automatically frees allocated memory when its si ... public clear (): void public contains ( mixed ...$values ): bool public copy (): Ds\Vector public filter ( ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
Determines whether the map contains a given value 4299
« Ds\Map::hasKey Ds\Map::intersect » PHP Manual Map Determines whether the map contains a given ... value Ds\Map::hasValue (PECL ds >= 1.0.0) Ds\Map::hasValue — Determines w ... hether the map contains a given value 説明 public Ds\Map::hasValue ( mixed $value ): boo ... l Determines whether the map contains a given value. パラメータ value The value to look for. 戻り値 Re ... turns true if the value could found, false otherwise. 例 例1 Ds\Map::hasVa ...
https://man.plustar.jp/php/ds-map.hasvalue.html - [similar]
The Sequence interface 4277
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... it) はじめに A Sequence describes the behaviour of values arranged in a single, linear dimension. Some lang ... keys, with the exception of a few characteristics: Values will always be indexed as [0, 1, 2, …, size - 1]. ... Only allowed to access values by index in the range [0, size - 1]. Use cases: W ... acity (): int abstract public contains ( mixed ...$values ): bool abstract public filter ( callable $callba ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
Memcached クラス 4260
« セッションのサポート Memcached::add » PHP Manual Memcached Memcached クラス Memcached クラス ( ... sistent_id = ? ) public add ( string $key , mixed $value , int $expiration = ? ): bool public addByKey ( st ... ring $server_key , string $key , mixed $value , int $expiration = ? ): bool public addServer ( s ... vers ): bool public append ( string $key , string $value ): bool public appendByKey ( string $server_key , ... string $key , string $value ): bool public cas ( float $cas_token , string $ke ...
https://man.plustar.jp/php/class.memcached.html - [similar]
Adds values to the set 4260
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... \Set::add — Adds values to the set 説明 public Ds\Set::add ( mixed ...$va ... lues ): void Adds all given values to the set that haven't already been added. 注意 ... : Values of type object are supported. If an object implem ... d equal. 警告 All comparisons are strict (type and value). パラメータ values Values to add to the set. 戻り ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
拡張モジュールの情報を表示する 4260
« ReflectionExtension::getVersion ReflectionExtension::isPersistent » PHP Manual ReflectionExten ... e_items => 2000 references => 2 Directive => Local Value => Master Value mysqli.max_links => Unlimited => U ... w_persistent => On => On mysqli.default_host => no value => no value mysqli.default_user => no value => no ... value mysqli.default_pw => no value => no value mysqli.default_port => 3306 => 3306 my ... sqli.default_socket => no value => no value mysqli.reconnect => Off => Off mysqli. ...
https://man.plustar.jp/php/reflectionextension.info.html - [similar]
The Deque class 4237
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... じめに A Deque (pronounced “deck”) is a sequence of values in a contiguous buffer that grows and shrinks aut ... of the buffer, which avoids the need to move other values around to make room. This makes shift and unshift ... ething a Ds\Vector can't compete with. Accessing a value by index requires a translation between the index ... verall memory than an array for the same number of values. Automatically frees allocated memory when its si ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
Set the value of a configuration option 4220
« EventDnsBase::parseResolvConf EventDnsBase::setSearchNdots » PHP Manual EventDnsBase Set the value ... t >= 1.2.6-beta) EventDnsBase::setOption — Set the value of a configuration option 説明 public EventDnsBase ... ::setOption ( string $option , string $value ): bool Set the value of a configuration option. パ ... "max-timeouts" , "max-inflight" , and "attempts" . value Option value. 戻り値 成功した場合に true を、失敗し ...
https://man.plustar.jp/php/eventdnsbase.setoption.html - [similar]
関数・メソッド 4181
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... の配列を値として、ひとつの配列を生成する array_count_values - 配列の値の数を数える array_diff - 配列の差を計算 ... unshift - 一つ以上の要素を配列の最初に加える array_values - 配列の全ての値を返す array_walk - 配列の全ての要 ... \Patch::__construct - Patch Construction Componere\Value::hasDefault - Value Interaction Componere\Value::i ... sPrivate - Accessibility Detection Componere\Value::isProtected - Accessibility Detection Componere\V ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT