検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 40 for Deque (0.015 sec.)
Removes and returns the last value 7832
« 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 説明 pub ... lic Ds\Deque::pop (): mixed Removes and returns the last value. ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Deque::pop() example <?php $deque = new \ Ds \ Deque ([ ... 1 , 2 , 3 ]); var_dump ( $deque -> pop ()); var_dump ( $deque -> pop ()); var_dump ...
https://man.plustar.jp/php/ds-deque.pop.html - [similar]
Allocates enough memory for a required capacity 7785
« Deque Ds\Deque::apply » PHP Manual Deque Allocates enough memory for a required capacity Ds\Deque ... que::allocate (PECL ds >= 1.0.0) Ds\Deque::allocate — Allocates enough memory for a required ... capacity 説明 public Ds\Deque::allocate ( int $capacity ): void Ensures that eno ... rest power of 2. 戻り値 値を返しません。 例 例1 Ds\Deque::allocate() example <?php $deque = new \ Ds \ Dequ ... e (); var_dump ( $deque -> capacity ()); $deque -> allocate ( 100 ); var_d ...
https://man.plustar.jp/php/ds-deque.allocate.html - [similar]
Removes and returns a value by index 7785
« Ds\Deque::reduce Ds\Deque::reverse » PHP Manual Deque Removes and returns a value by index Ds\ ... Deque::remove (PECL ds >= 1.0.0) Ds\Deque::remove — Removes and returns a value by index 説明 ... public Ds\Deque::remove ( int $index ): mixed Removes and returns ... angeException if the index is not valid. 例 例1 Ds\Deque::remove() example <?php $deque = new \ Ds \ Deque ... ([ "a" , "b" , "c" ]); var_dump ( $deque -> remove ( 1 )); var_dump ( $deque -> remove ( 0 ...
https://man.plustar.jp/php/ds-deque.remove.html - [similar]
Removes and returns the first value 7785
« 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 val ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Deque::shift() example <?php $deque = new \ Ds \ Deque ( ... [ "a" , "b" , "c" ]); var_dump ( $deque -> shift ()); var_dump ( $deque -> shift ()); var_ ...
https://man.plustar.jp/php/ds-deque.shift.html - [similar]
Returns the number of values in the collection 6490
« Ds\Deque::copy Ds\Deque::filter » PHP Manual Deque Returns the number of values in the collect ... ion Ds\Deque::count (PECL ds >= 1.0.0) Ds\Deque::count — Return ... ード: Returns , values , ollection , the , of , in , Deque , Ds , count , copy ...
https://man.plustar.jp/php/ds-deque.count.html - [similar]
Returns a representation that can be converted to JSON 6334
« Ds\Deque::join Ds\Deque::last » PHP Manual Deque Returns a representation that can be converte ... d to JSON Ds\Deque::jsonSerialize (PECL ds >= 1.0.0) Ds\Deque::jsonSe ... never need to call this directly. 関連キーワード: Deque , Ds , jsonSerialize , Returns , representation , ...
https://man.plustar.jp/php/ds-deque.jsonserialize.html - [similar]
関数・メソッド 5226
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... ::toArray - Converts the collection to an array Ds\Deque::allocate - Allocates enough memory for a required ... capacity Ds\Deque::apply - Updates all values by applying a callback ... function to each value Ds\Deque::capacity - Returns the current capacity Ds\Deque: ... :clear - Removes all values from the deque Ds\Deque::contains - Determines if the deque conta ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
Adds values to the front of the vector 3104
« Ds\Vector::toArray Deque » PHP Manual Vector Adds values to the front of the vector Ds\Vector: ...
https://man.plustar.jp/php/ds-vector.unshift.html - [similar]
その他の基本モジュール 3104
« SyncSharedMemory::write GeoIP » PHP Manual 関数リファレンス その他の基本モジュール その他の基本 ... — The Sequence interface Vector — The Vector class Deque — The Deque class Map — The Map class Pair — The P ...
https://man.plustar.jp/php/refs.basic.other.html - [similar]
The Map class 2917
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
PREV 1 2 3 4 NEXT