検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 651 for [SIMILAR] 16 1024 4096 WITH 10208 sum WITH 7286 ... (0.469 sec.)
Returns the first pair in the map 5596
« Ds\Map::filter Ds\Map::get » PHP Manual Map Returns the first pair in the map Ds\Map::first (PECL ds >= 1.0.0) Ds\Map::first — Returns the first pair in the map 説明 public Ds\Map::first (): Ds\Pair Returns the first pair in the map. パラメータ この関数にはパラメータはありません。 戻り ...
https://man.plustar.jp/php/ds-map.first.html - [similar]
Returns whether the map is empty 5596
« Ds\Map::intersect Ds\Map::jsonSerialize » PHP Manual Map Returns whether the map is empty Ds\Map::isEmpty (PECL ds >= 1.0.0) Ds\Map::isEmpty — Returns whether the map is empty 説明 public Ds\Map::isEmpty (): bool Returns whether the map is empty. パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/ds-map.isempty.html - [similar]
Returns a set of the map's keys 5596
« Ds\Map::jsonSerialize Ds\Map::ksort » PHP Manual Map Returns a set of the map's keys Ds\Map::keys (PECL ds >= 1.0.0) Ds\Map::keys — Returns a set of the map's keys 説明 public Ds\Map::keys (): Ds\Set Returns a set containing all the keys of the map, in the same order. パラメータ この関 ...
https://man.plustar.jp/php/ds-map.keys.html - [similar]
Returns a reversed copy 5596
« Ds\Map::reverse Ds\Map::skip » PHP Manual Map Returns a reversed copy Ds\Map::reversed (PECL ds >= 1.0.0) Ds\Map::reversed — Returns a reversed copy 説明 public Ds\Map::reversed (): Ds\Map Returns a reversed copy of the map. パラメータ この関数にはパラメータはありません。 戻り値 A reve ...
https://man.plustar.jp/php/ds-map.reversed.html - [similar]
Returns the current capacity 5596
« Ds\Map::apply Ds\Map::clear » PHP Manual Map Returns the current capacity Ds\Map::capacity (PECL ds >= 1.0.0) Ds\Map::capacity — Returns the current capacity 説明 public Ds\Map::capacity (): int Returns the current capacity. パラメータ この関数にはパラメータはありません。 戻り値 The cu ...
https://man.plustar.jp/php/ds-map.capacity.html - [similar]
5596
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds \ Vector (); $vector -> push ( 'a' ); $vector -> push ( 'b' , 'c' ); $vector [] = 'd' ; print_r ( $vector ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => a [1] ...
https://man.plustar.jp/php/ds.examples.html - [similar]
The Set class 2680
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No version information available, might only be in Git) はじめに A Set is a sequence of unique values. This implementation uses the same hash table as Ds\Map , where values are used as keys and the m ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
The Sequence interface 2680
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface The Sequence interface (No version information available, might only be in Git) はじめに A Sequence describes the behaviour of values arranged in a single, linear dimension. Some languages refer ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
The Vector class 2680
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vector class (No version information available, might only be in Git) はじめに A Vector is a sequence of values in a contiguous buffer that grows and shrinks automatically. It's the most efficien ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
The Deque class 2680
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque class (No version information available, might only be in Git) はじめに A Deque (pronounced “deck”) is a sequence of values in a contiguous buffer that grows and shrinks automatically. The name ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT