検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 327 for [SIMILAR] 16 1024 4096 WITH 11807 deque WITH 871... (0.234 sec.)
Adds values to the front of the deque 6974
« 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]
Returns the first value in the deque 6974
« 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]
Returns a reversed copy 6974
« Ds\Deque::reverse Ds\Deque::rotate » PHP Manual Deque Returns a reversed copy Ds\Deque::reversed (PECL ds >= 1.0.0) Ds\Deque::reversed — Returns a reversed copy 説明 public Ds\Deque::reversed (): Ds\Deque Returns a reversed copy of the deque. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/ds-deque.reversed.html - [similar]
Returns a shallow copy of the deque 6974
« Ds\Deque::contains Ds\Deque::count » PHP Manual Deque Returns a shallow copy of the deque Ds\Deque::copy (PECL ds >= 1.0.0) Ds\Deque::copy — Returns a shallow copy of the deque 説明 public Ds\Deque::copy (): Ds\Deque Returns a shallow copy of the deque. パラメータ この関数にはパラメータ ...
https://man.plustar.jp/php/ds-deque.copy.html - [similar]
Converts the deque to an array 6974
« 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]
Updates a value at a given index 6974
« Ds\Deque::rotate Ds\Deque::shift » PHP Manual Deque Updates a value at a given index Ds\Deque::set (PECL ds >= 1.0.0) Ds\Deque::set — Updates a value at a given index 説明 public Ds\Deque::set ( int $index , mixed $value ): void Updates a value at a given index. パラメータ index The in ...
https://man.plustar.jp/php/ds-deque.set.html - [similar]
Returns the value at a given index 6974
« 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]
Returns whether the deque is empty 6974
« 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]
Creates a new instance 6974
« Ds\Deque::clear Ds\Deque::contains » PHP Manual Deque Creates a new instance Ds\Deque::__construct (PECL ds >= 1.0.0) Ds\Deque::__construct — Creates a new instance 説明 public Ds\Deque::__construct ( mixed $values = ? ) Creates a new instance, using either a traversable object or an a ...
https://man.plustar.jp/php/ds-deque.construct.html - [similar]
Inserts values at a given index 6974
« 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 11 12 NEXT