検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 549 for values (0.010 sec.)
Data Structures 7489
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... ction interface Ds\Collection::clear — Removes all values Ds\Collection::copy — Returns a shallow copy of th ... hash — Returns a scalar value to be used as a hash value Sequence — The Sequence interface Ds\Sequence::allo ... required capacity Ds\Sequence::apply — Updates all values by applying a callback function to each value Ds\S ... ntains — Determines if the sequence contains given values Ds\Sequence::filter — Creates a new sequence using ...
https://man.plustar.jp/php/book.ds.html - [similar]
The Set class 6760
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... be in Git) はじめに A Set is a sequence of unique values. This implementation uses the same hash table as D ... s\Map , where values are used as keys and the mapped value is ignored. ... Strengths Values can be any type, including objects. Supports array ... or unshift() . get() is O(n) if there are deleted values in the buffer before the accessed index, O(1) othe ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
The Deque class 6576
« 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 auto ... of the buffer, which avoids the need to move other values around to make room. This makes shift and unshift ... verall memory than an array for the same number of values. Automatically frees allocated memory when its siz ... public clear (): void public contains ( mixed ...$values ): bool public copy (): Ds\Deque public filter ( c ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The Sequence interface 6545
« 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 langu ... 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: Wh ... acity (): int abstract public contains ( mixed ...$values ): bool abstract public filter ( callable $callbac ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
The Vector class 6545
« 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 auto ... verall memory than an array for the same number of values. Automatically frees allocated memory when its siz ... public clear (): void public contains ( mixed ...$values ): bool public copy (): Ds\Vector public filter ( ... ex ): mixed public insert ( int $index , mixed ...$values ): void public isEmpty (): bool public join ( stri ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
Returns a sequence of the map's values 6522
« Ds\Map::union Ds\Map::xor » PHP Manual Map Returns a sequence of the map's values Ds\Map::values ... es (PECL ds >= 1.0.0) Ds\Map::values — Returns a sequence of the map's values 説明 publ ... ic Ds\Map::values (): Ds\Sequence Returns a sequence containing all ... the values of the map, in the same order. パラメータ この関数 ... ありません。 戻り値 A Ds\Sequence containing all the values of the map. 例 例1 Ds\Map::values() example <?php ...
https://man.plustar.jp/php/ds-map.values.html - [similar]
Adds values to the front of the deque 6499
« Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshi ... ft (PECL ds >= 1.0.0) Ds\Deque::unshift — Adds values to the front of the deque 説明 public Ds\Deque::un ... shift ( mixed $values = ? ): void Adds values to the front of the deque, ... moving all the current values forward to make room for the new values. パラメータ ... values The values to add to the front of the deque. 注意 ...
https://man.plustar.jp/php/ds-deque.unshift.html - [similar]
Adds values to the front of the sequence 6499
« Ds\Sequence::sum Vector » PHP Manual Sequence Adds values to the front of the sequence Ds\Sequ ... ift (PECL ds >= 1.0.0) Ds\Sequence::unshift — Adds values to the front of the sequence 説明 abstract public ... Ds\Sequence::unshift ( mixed $values = ? ): void Adds values to the front of the sequen ... ce, moving all the current values forward to make room for the new values. パラメータ ... values The values to add to the front of the sequence. 注 ...
https://man.plustar.jp/php/ds-sequence.unshift.html - [similar]
Adds values to the front of the vector 6499
« Ds\Vector::toArray Deque » PHP Manual Vector Adds values to the front of the vector Ds\Vector: ... shift (PECL ds >= 1.0.0) Ds\Vector::unshift — Adds values to the front of the vector 説明 public Ds\Vector:: ... unshift ( mixed $values = ? ): void Adds values to the front of the vector ... , moving all the current values forward to make room for the new values. パラメータ ... values The values to add to the front of the vector. 注意 ...
https://man.plustar.jp/php/ds-vector.unshift.html - [similar]
Determines if the set contains all values 6100
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... Set::contains — Determines if the set contains all values 説明 public Ds\Set::contains ( mixed ...$values ): ... bool Determines if the set contains all values. 注意 : Values of type object are supported. If an ... omparisons are strict (type and value). パラメータ values Values to check. 戻り値 false if any of the provid ... ed values are not in the set, true otherwise. 例 例1 Ds\Set: ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT