検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 342 for [SIMILAR] 16 1024 4096 WITH 17451 isempty WITH 7... (0.267 sec.)
The Pair class 0
« Ds\Map::xor Ds\Pair::clear » PHP Manual Data Structures The Pair class The Pair class (No version information available, might only be in Git) はじめに A pair is used by Ds\Map to pair keys with values. クラス概要 class Ds\Pair implements JsonSerializable { /* メソッド */ public __cons ...
https://man.plustar.jp/php/class.ds-pair.html - [similar]
The Vector class 0
« 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 Set class 0
« 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 Deque class 0
« 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]
Determines whether the map contains a given value 0
« 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 whether the map contains a given value 説明 public Ds\Map::hasValue ( mixed $value ): bool Determines whether the map co ...
https://man.plustar.jp/php/ds-map.hasvalue.html - [similar]
Determines whether the map contains a given key 0
« Ds\Map::get Ds\Map::hasValue » PHP Manual Map Determines whether the map contains a given key Ds\Map::hasKey (PECL ds >= 1.0.0) Ds\Map::hasKey — Determines whether the map contains a given key 説明 public Ds\Map::hasKey ( mixed $key ): bool Determines whether the map contains a given k ...
https://man.plustar.jp/php/ds-map.haskey.html - [similar]
Determines whether an object is equal to the current instance 0
« Hashable Ds\Hashable::hash » PHP Manual Hashable Determines whether an object is equal to the current instance Ds\Hashable::equals (PECL ds >= 1.0.0) Ds\Hashable::equals — Determines whether an object is equal to the current instance 説明 abstract public Ds\Hashable::equals ( object $o ...
https://man.plustar.jp/php/ds-hashable.equals.html - [similar]
Returns a representation that can be converted to JSON 0
« Ds\Map::isEmpty Ds\Map::keys » PHP Manual Map Returns a representation that can be converted to JSON Ds\Map::jsonSerialize (PECL ds >= 1.0.0) Ds\Map::jsonSerialize — Returns a representation that can be converted to JSON See JsonSerializable::jsonSerialize() 注意 : You should never nee ...
https://man.plustar.jp/php/ds-map.jsonserialize.html - [similar]
The Stack class 0
« Ds\Set::xor Ds\Stack::allocate » PHP Manual Data Structures The Stack class The Stack class (No version information available, might only be in Git) はじめに A Stack is a “last in, first out” or “LIFO” collection that only allows access to the value at the top of the structure and iter ...
https://man.plustar.jp/php/class.ds-stack.html - [similar]
The PriorityQueue class 0
« Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue class The PriorityQueue class (No version information available, might only be in Git) はじめに A PriorityQueue is very similar to a Queue. Values are pushed into the queue with an assigned prio ...
https://man.plustar.jp/php/class.ds-priorityqueue.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT