検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 584 for [SIMILAR] 16 1024 4096 WITH 20663 deque WITH 102... (0.450 sec.)
Returns the sum of all values in the deque 10000
« 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]
The Deque class 8990
« 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]
Adds values to the end of the deque 8985
« 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]
Data Structures 8864
« 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]
Returns a sorted copy 8864
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL ds >= 1.0.0) Ds\Deque::sorted — Returns a sorted copy 説明 public Ds\Deque::sorted ( callable $comparator = ? ): Ds\Deque Returns a sorted copy, using an optional comparator function. パラメータ ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]
Converts the deque to an array 8864
« Ds\Deque::sum Ds\Deque::unshift » PHP Manual Deque Converts the deque to an array Ds\Deque::toArray (PECL ds >= 1.0.0) Ds\Deque::toArray — Converts the deque to an array 説明 public Ds\Deque::toArray (): array Converts the deque to an array . 注意 : Casting to an array is not supported ...
https://man.plustar.jp/php/ds-deque.toarray.html - [similar]
Adds values to the front of the deque 8864
« Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshift (PECL ds >= 1.0.0) Ds\Deque::unshift — Adds values to the front of the deque 説明 public Ds\Deque::unshift ( mixed $values = ? ): void Adds values to the front of the deque, moving all the ...
https://man.plustar.jp/php/ds-deque.unshift.html - [similar]
Determines if the deque contains given values 8864
« Ds\Deque::__construct Ds\Deque::copy » PHP Manual Deque Determines if the deque contains given values Ds\Deque::contains (PECL ds >= 1.0.0) Ds\Deque::contains — Determines if the deque contains given values 説明 public Ds\Deque::contains ( mixed ...$values ): bool Determines if the deq ...
https://man.plustar.jp/php/ds-deque.contains.html - [similar]
Returns the result of adding all given values to the deque 8864
« Ds\Deque::map Ds\Deque::pop » PHP Manual Deque Returns the result of adding all given values to the deque Ds\Deque::merge (PECL ds >= 1.0.0) Ds\Deque::merge — Returns the result of adding all given values to the deque 説明 public Ds\Deque::merge ( mixed $values ): Ds\Deque Returns the ...
https://man.plustar.jp/php/ds-deque.merge.html - [similar]
Inserts values at a given index 8864
« Ds\Deque::get Ds\Deque::isEmpty » PHP Manual Deque Inserts values at a given index Ds\Deque::insert (PECL ds >= 1.0.0) Ds\Deque::insert — Inserts values at a given index 説明 public Ds\Deque::insert ( int $index , mixed ...$values ): void Inserts values into the deque at a given index. ...
https://man.plustar.jp/php/ds-deque.insert.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT