検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1189 for [SIMILAR] 16 1024 4096 WITH 16235 deque WITH 635... (1.032 sec.)
Returns the first value in the deque 10000
« Ds\Deque::find Ds\Deque::get » PHP Manual Deque Returns the first value in the deque Ds\Deque::first (PECL ds >= 1.0.0) Ds\Deque::first — Returns the first value in the deque 説明 public Ds\Deque::first (): mixed Returns the first value in the deque. パラメータ この関数にはパラメータは ...
https://man.plustar.jp/php/ds-deque.first.html - [similar]
Removes and returns the last value 9312
« Ds\Deque::merge Ds\Deque::push » PHP Manual Deque Removes and returns the last value Ds\Deque::pop (PECL ds >= 1.0.0) Ds\Deque::pop — Removes and returns the last value 説明 public Ds\Deque::pop (): mixed Removes and returns the last value. パラメータ この関数にはパラメータはありません ...
https://man.plustar.jp/php/ds-deque.pop.html - [similar]
Data Structures 9249
« 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 Deque class 9249
« 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]
Removes and returns the first value 9249
« 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 value at a given index 9249
« Ds\Deque::first Ds\Deque::insert » PHP Manual Deque Returns the value at a given index Ds\Deque::get (PECL ds >= 1.0.0) Ds\Deque::get — Returns the value at a given index 説明 public Ds\Deque::get ( int $index ): mixed Returns the value at a given index. パラメータ index The index to a ...
https://man.plustar.jp/php/ds-deque.get.html - [similar]
Attempts to find a value's index 9249
« Ds\Deque::filter Ds\Deque::first » PHP Manual Deque Attempts to find a value's index Ds\Deque::find (PECL ds >= 1.0.0) Ds\Deque::find — Attempts to find a value's index 説明 public Ds\Deque::find ( mixed $value ): mixed Returns the index of the value , or false if not found. パラメータ ...
https://man.plustar.jp/php/ds-deque.find.html - [similar]
Returns whether the deque is empty 9249
« Ds\Deque::insert Ds\Deque::join » PHP Manual Deque Returns whether the deque is empty Ds\Deque::isEmpty (PECL ds >= 1.0.0) Ds\Deque::isEmpty — Returns whether the deque is empty 説明 public Ds\Deque::isEmpty (): bool Returns whether the deque is empty. パラメータ この関数にはパラメータ ...
https://man.plustar.jp/php/ds-deque.isempty.html - [similar]
Returns the sum of all values in the deque 9249
« 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]
Returns a sub-deque of a given range 9249
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT