検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 1070 for Dump (0.199 sec.)
Converts the pair to an array 2694
« Ds\Pair::jsonSerialize Set » PHP Manual Pair Converts the pair to an array Ds\Pair::toArray (P ... ple <?php $pair = new \ Ds \ Pair ( "a" , 1 ); var_dump ( $pair -> toArray ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-pair.toarray.html - [similar]
Returns the value at the front of the queue 2694
« Ds\Queue::jsonSerialize Ds\Queue::pop » PHP Manual Queue Returns the value at the front of the ... queue -> push ( "b" ); $queue -> push ( "c" ); var_dump ( $queue -> peek ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-queue.peek.html - [similar]
Converts the queue to an array 2694
« Ds\Queue::push PriorityQueue » PHP Manual Queue Converts the queue to an array Ds\Queue::toArr ... php $queue = new \ Ds \ Queue ([ 1 , 2 , 3 ]); var_dump ( $queue -> toArray ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-queue.toarray.html - [similar]
Returns the first value in the sequence 2694
« Ds\Sequence::find Ds\Sequence::get » PHP Manual Sequence Returns the first value in the sequen ... $sequence = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $sequence -> first ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-sequence.first.html - [similar]
Returns the last value 2694
« Ds\Sequence::join Ds\Sequence::map » PHP Manual Sequence Returns the last value Ds\Sequence::l ... $sequence = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $sequence -> last ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-sequence.last.html - [similar]
Returns the first value in the set 2694
« Ds\Set::filter Ds\Set::get » PHP Manual Set Returns the first value in the set Ds\Set::first ( ... e <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ]); var_dump ( $set -> first ()); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/ds-set.first.html - [similar]
Returns the last value in the set 2694
« Ds\Set::jsonSerialize Ds\Set::merge » PHP Manual Set Returns the last value in the set Ds\Set: ... e <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ]); var_dump ( $set -> last ()); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/ds-set.last.html - [similar]
Converts the set to an array 2694
« Ds\Set::sum Ds\Set::union » PHP Manual Set Converts the set to an array Ds\Set::toArray (PECL ... e <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ]); var_dump ( $set -> toArray ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-set.toarray.html - [similar]
Returns the value at the top of the stack 2694
« Ds\Stack::jsonSerialize Ds\Stack::pop » PHP Manual Stack Returns the value at the top of the s ... stack -> push ( "b" ); $stack -> push ( "c" ); var_dump ( $stack -> peek ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-stack.peek.html - [similar]
Converts the stack to an array 2694
« Ds\Stack::push Queue » PHP Manual Stack Converts the stack to an array Ds\Stack::toArray (PECL ... php $stack = new \ Ds \ Stack ([ 1 , 2 , 3 ]); var_dump ( $stack -> toArray ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-stack.toarray.html - [similar]