検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 225 for [SIMILAR] 16 1024 4096 WITH 35423 deque WITH 271... (0.239 sec.)
Returns a sub-deque of a given range 10000
« Ds\Deque::shift Ds\Deque::sort » PHP Manual Deque Returns a sub-deque of a given range Ds\Deque::slice (PECL ds >= 1.0.0) Ds\Deque::slice — Returns a sub-deque of a given range 説明 public Ds\Deque::slice ( int $index , int $length = ? ): Ds\Deque Creates a sub-deque of a given range. ...
https://man.plustar.jp/php/ds-deque.slice.html - [similar]
The Deque class 7866
« 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]
Data Structures 7866
« 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]
Sorts the deque in-place 7866
« Ds\Deque::slice Ds\Deque::sorted » PHP Manual Deque Sorts the deque in-place Ds\Deque::sort (PECL ds >= 1.0.0) Ds\Deque::sort — Sorts the deque in-place 説明 public Ds\Deque::sort ( callable $comparator = ? ): void Sorts the deque in-place, using an optional comparator function. パラメ ...
https://man.plustar.jp/php/ds-deque.sort.html - [similar]
Removes and returns the first value 7866
« Ds\Deque::set Ds\Deque::slice » PHP Manual Deque Removes and returns the first value Ds\Deque::shift (PECL ds >= 1.0.0) Ds\Deque::shift — Removes and returns the first value 説明 public Ds\Deque::shift (): mixed Removes and returns the first value. パラメータ この関数にはパラメータはあ ...
https://man.plustar.jp/php/ds-deque.shift.html - [similar]
Returns the current capacity 7866
« Ds\Deque::apply Ds\Deque::clear » PHP Manual Deque Returns the current capacity Ds\Deque::capacity (PECL ds >= 1.0.0) Ds\Deque::capacity — Returns the current capacity 説明 public Ds\Deque::capacity (): int Returns the current capacity. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/ds-deque.capacity.html - [similar]
Rotates the deque by a given number of rotations 7866
« Ds\Deque::reversed Ds\Deque::set » PHP Manual Deque Rotates the deque by a given number of rotations Ds\Deque::rotate (PECL ds >= 1.0.0) Ds\Deque::rotate — Rotates the deque by a given number of rotations 説明 public Ds\Deque::rotate ( int $rotations ): void Rotates the deque by a give ...
https://man.plustar.jp/php/ds-deque.rotate.html - [similar]
Removes all values from the deque 7866
« Ds\Deque::capacity Ds\Deque::__construct » PHP Manual Deque Removes all values from the deque Ds\Deque::clear (PECL ds >= 1.0.0) Ds\Deque::clear — Removes all values from the deque 説明 public Ds\Deque::clear (): void Removes all values from the deque. パラメータ この関数にはパラメータ ...
https://man.plustar.jp/php/ds-deque.clear.html - [similar]
Adds values to the end of the deque 7866
« Ds\Deque::pop Ds\Deque::reduce » PHP Manual Deque Adds values to the end of the deque Ds\Deque::push (PECL ds >= 1.0.0) Ds\Deque::push — Adds values to the end of the deque 説明 public Ds\Deque::push ( mixed ...$values ): void Adds values to the end of the deque. パラメータ values The ...
https://man.plustar.jp/php/ds-deque.push.html - [similar]
Returns the sum of all values in the deque 7866
« Ds\Deque::sorted Ds\Deque::toArray » PHP Manual Deque Returns the sum of all values in the deque Ds\Deque::sum (PECL ds >= 1.0.0) Ds\Deque::sum — Returns the sum of all values in the deque 説明 public Ds\Deque::sum (): int | float Returns the sum of all values in the deque. 注意 : Arra ...
https://man.plustar.jp/php/ds-deque.sum.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT