検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 198 for [SIMILAR] 16 1024 4096 WITH 23247 channel WITH 1... (0.257 sec.)
Returns the current capacity 3041
« Ds\PriorityQueue::allocate Ds\PriorityQueue::clear » PHP Manual PriorityQueue Returns the current capacity Ds\PriorityQueue::capacity (PECL ds >= 1.0.0) Ds\PriorityQueue::capacity — Returns the current capacity 説明 public Ds\PriorityQueue::capacity (): int Returns the current capacity ...
https://man.plustar.jp/php/ds-priorityqueue.capacity.html - [similar]
Allocates enough memory for a required capacity 3041
« Sequence Ds\Sequence::apply » PHP Manual Sequence Allocates enough memory for a required capacity Ds\Sequence::allocate (PECL ds >= 1.0.0) Ds\Sequence::allocate — Allocates enough memory for a required capacity 説明 abstract public Ds\Sequence::allocate ( int $capacity ): void Ensures ...
https://man.plustar.jp/php/ds-sequence.allocate.html - [similar]
Allocates enough memory for a required capacity 3041
« Vector Ds\Vector::apply » PHP Manual Vector Allocates enough memory for a required capacity Ds\Vector::allocate (PECL ds >= 1.0.0) Ds\Vector::allocate — Allocates enough memory for a required capacity 説明 public Ds\Vector::allocate ( int $capacity ): void Ensures that enough memory is ...
https://man.plustar.jp/php/ds-vector.allocate.html - [similar]
Returns the current capacity 3041
« Ds\Stack::allocate Ds\Stack::clear » PHP Manual Stack Returns the current capacity Ds\Stack::capacity (PECL ds >= 1.0.0) Ds\Stack::capacity — Returns the current capacity 説明 public Ds\Stack::capacity (): int Returns the current capacity. パラメータ この関数にはパラメータはありません。 ...
https://man.plustar.jp/php/ds-stack.capacity.html - [similar]
Data Structures 3041
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに インストール/設定 要件 インストール手順 定義済み定数 例 Collection — The Collection interface Ds\Collection::clear — Removes all values Ds\Collection::copy — Returns a shallow copy of the coll ...
https://man.plustar.jp/php/book.ds.html - [similar]
The Queue class 3041
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue class (No version information available, might only be in Git) はじめに A Queue is a “first in, first out” or “FIFO” collection that only allows access to the value at the front of the queue and ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
The PriorityQueue class 3041
« 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]
The Stack class 3041
« 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 Vector class 3041
« 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 3041
« 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]