検索

phrase: max: clip:
target: order:
Results of 661 - 670 of about 2650 for 上の (0.083 sec.)
Adds values to the front of the sequence 2128
« Ds\Sequence::sum Vector » PHP Manual Sequence Adds values to the front of the sequence Ds\Sequ ... > unshift ( "b" , "c" ); print_r ( $sequence ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vecto ...
https://man.plustar.jp/php/ds-sequence.unshift.html - [similar]
Returns a shallow copy of the set 2128
« Ds\Set::contains Ds\Set::count » PHP Manual Set Returns a shallow copy of the set Ds\Set::copy ... b -> add ( 4 ); print_r ( $a ); print_r ( $b ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Set O ...
https://man.plustar.jp/php/ds-set.copy.html - [similar]
Creates a new set using values that aren't in another set 2128
« Ds\Set::count Ds\Set::filter » PHP Manual Set Creates a new set using values that aren't in an ... ([ 3 , 4 , 5 ]); var_dump ( $a -> diff ( $b )); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-set.diff.html - [similar]
Creates a new set by intersecting values with another set 2128
« Ds\Set::get Ds\Set::isEmpty » PHP Manual Set Creates a new set by intersecting values with ano ... , 4 , 5 ]); var_dump ( $a -> intersect ( $b )); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-set.intersect.html - [similar]
Removes all given values from the set 2128
« Ds\Set::reduce Ds\Set::reverse » PHP Manual Set Removes all given values from the set Ds\Set:: ... 3 , 4 ]); // Remove 3 and 4 var_dump ( $set ); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-set.remove.html - [similar]
Creates a new set using values from the current instance and another set 2128
« Ds\Set::toArray Ds\Set::xor » PHP Manual Set Creates a new set using values from the current i ... [ 3 , 4 , 5 ]); var_dump ( $a -> union ( $b )); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-set.union.html - [similar]
Returns a shallow copy of the stack 2128
« Ds\Stack::__construct Ds\Stack::count » PHP Manual Stack Returns a shallow copy of the stack D ... -> push ( 4 ); print_r ( $a ); print_r ( $b ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Stack ...
https://man.plustar.jp/php/ds-stack.copy.html - [similar]
Removes and returns the value at the top of the stack 2128
« Ds\Stack::peek Ds\Stack::push » PHP Manual Stack Removes and returns the value at the top of t ... stack -> pop ()); var_dump ( $stack -> pop ()); ?> 上の例の出力は、 たとえば以下のようになります。 string(1 ...
https://man.plustar.jp/php/ds-stack.pop.html - [similar]
Updates all values by applying a callback function to each value 2128
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a c ... { return $value * 2 ; }); print_r ( $vector ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vecto ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]
Returns a shallow copy of the vector 2128
« Ds\Vector::contains Ds\Vector::count » PHP Manual Vector Returns a shallow copy of the vector ... -> push ( 4 ); print_r ( $a ); print_r ( $b ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vecto ...
https://man.plustar.jp/php/ds-vector.copy.html - [similar]