検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 248 for Ds (0.021 sec.)
Removes and returns a value by index 5016
« 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 re ... OfRangeException if the index is not valid. 例 例1 Ds\Deque::remove() example <?php $deque = new \ Ds \ ... 1) "c" 関連キーワード: Removes , returns , Deque , Ds , a , remove , string , reverse , public , int ...
https://man.plustar.jp/php/ds-deque.remove.html - [similar]
Rotates the deque by a given number of rotations 5016
« Ds\Deque::reversed Ds\Deque::set » PHP Manual Deque Rotates the deque by a given number of rot ... ations Ds\Deque::rotate (PECL ds >= 1.0.0) Ds\Deque::rotate ... e deque by a given number of rotations 説明 public Ds\Deque::rotate ( int $rotations ): void Rotates the ... ue of the current instance will be rotated. 例 例1 Ds\Deque::rotate() example <?php $deque = new \ Ds \ ... になります。 ( [0] => b [1] => c [2] => d [3] => a ) Ds\Deque Object ( [0] => d [1] => a [2] => b [3] => c ...
https://man.plustar.jp/php/ds-deque.rotate.html - [similar]
Returns the value at the front of the queue 5016
« Ds\Queue::jsonSerialize Ds\Queue::pop » PHP Manual Queue Returns the value at the front of the ... queue Ds\Queue::peek (PECL ds >= 1.0.0) Ds\Queue::peek — Re ... ns the value at the front of the queue 説明 public Ds\Queue::peek (): mixed Returns the value at the fro ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Queue::peek() example <?php $queue = new \ Ds \ Qu ... キーワード: front , queue , Returns , the , Queue , Ds , of , peek , パラメータ , 出力 ...
https://man.plustar.jp/php/ds-queue.peek.html - [similar]
Removes and returns a value by index 5016
« Ds\Sequence::reduce Ds\Sequence::reverse » PHP Manual Sequence Removes and returns a value by ... index Ds\Sequence::remove (PECL ds >= 1.0.0) Ds\Sequence::r ... and returns a value by index 説明 abstract public Ds\Sequence::remove ( int $index ): mixed Removes and ... OfRangeException if the index is not valid. 例 例1 Ds\Sequence::remove() example <?php $sequence = new \ ... Ds \ Vector ([ "a" , "b" , "c" ]); var_dump ( $sequen ...
https://man.plustar.jp/php/ds-sequence.remove.html - [similar]
Returns the value at the top of the stack 5016
« Ds\Stack::jsonSerialize Ds\Stack::pop » PHP Manual Stack Returns the value at the top of the s ... tack Ds\Stack::peek (PECL ds >= 1.0.0) Ds\Stack::peek — Re ... urns the value at the top of the stack 説明 public Ds\Stack::peek (): mixed Returns the value at the top ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Stack::peek() example <?php $stack = new \ Ds \ St ... 連キーワード: top , Returns , stack , the , Stack , Ds , of , peek , パラメータ , 出力 ...
https://man.plustar.jp/php/ds-stack.peek.html - [similar]
Removes and returns a value by index 5016
« Ds\Vector::reduce Ds\Vector::reverse » PHP Manual Vector Removes and returns a value by index ... Ds\Vector::remove (PECL ds >= 1.0.0) Ds\Vector::remove — Removes and returns ... a value by index 説明 public Ds\Vector::remove ( int $index ): mixed Removes and r ... OfRangeException if the index is not valid. 例 例1 Ds\Vector::remove() example <?php $vector = new \ Ds ... string(1) "c" 関連キーワード: Removes , returns , Ds , a , remove , string , reverse , public , int , r ...
https://man.plustar.jp/php/ds-vector.remove.html - [similar]
Rotates the vector by a given number of rotations 5016
« Ds\Vector::reversed Ds\Vector::set » PHP Manual Vector Rotates the vector by a given number of ... rotations Ds\Vector::rotate (PECL ds >= 1.0.0) Ds\Vector::rotat ... vector by a given number of rotations 説明 public Ds\Vector::rotate ( int $rotations ): void Rotates th ... or of the current instance will be rotated. 例 例1 Ds\Vector::rotate() example <?php $vector = new \ Ds ... になります。 ( [0] => b [1] => c [2] => d [3] => a ) Ds\Vector Object ( [0] => d [1] => a [2] => b [3] => ...
https://man.plustar.jp/php/ds-vector.rotate.html - [similar]
Returns the value at the front of the queue 4986
« Ds\PriorityQueue::jsonSerialize Ds\PriorityQueue::pop » PHP Manual PriorityQueue Returns the v ... alue at the front of the queue Ds\PriorityQueue::peek (PECL ds >= 1.0.0) Ds\Priority ... ns the value at the front of the queue 説明 public Ds\PriorityQueue::peek (): mixed Returns the value at ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\PriorityQueue::peek() example <?php $queue = new \ ... Ds \ PriorityQueue (); $queue -> push ( "a" , 5 ); $q ...
https://man.plustar.jp/php/ds-priorityqueue.peek.html - [similar]
Pushes values into the queue 4986
« Ds\PriorityQueue::pop Ds\PriorityQueue::toArray » PHP Manual PriorityQueue Pushes values into ... the queue Ds\PriorityQueue::push (PECL ds >= 1.0.0) Ds\Priority ... e::push — Pushes values into the queue 説明 public Ds\PriorityQueue::push ( mixed $value , int $priority ... ted with the value. 戻り値 値を返しません。 例 例1 Ds\PriorityQueue::push() example <?php $queue = new \ ... Ds \ PriorityQueue (); $queue -> push ( "a" , 5 ); $q ...
https://man.plustar.jp/php/ds-priorityqueue.push.html - [similar]
Rotates the sequence by a given number of rotations 4986
« Ds\Sequence::reversed Ds\Sequence::set » PHP Manual Sequence Rotates the sequence by a given n ... umber of rotations Ds\Sequence::rotate (PECL ds >= 1.0.0) Ds\Sequence::r ... y a given number of rotations 説明 abstract public Ds\Sequence::rotate ( int $rotations ): void Rotates ... ce of the current instance will be rotated. 例 例1 Ds\Sequence::rotate() example <?php $sequence = new \ ... Ds \ Vector ([ "a" , "b" , "c" , "d" ]); $sequence -> ...
https://man.plustar.jp/php/ds-sequence.rotate.html - [similar]