検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 2650 for 上の (0.042 sec.)
Adds values to the front of the deque 2128
« Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshi ... e -> unshift ( "b" , "c" ); print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque ...
https://man.plustar.jp/php/ds-deque.unshift.html - [similar]
Removes all values 2128
« Ds\Map::capacity Ds\Map::__construct » PHP Manual Map Removes all values Ds\Map::clear (PECL d ... r ( $map ); $map -> clear (); print_r ( $map ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map O ...
https://man.plustar.jp/php/ds-map.clear.html - [similar]
Returns a shallow copy of the map 2128
« Ds\Map::__construct Ds\Map::count » PHP Manual Map Returns a shallow copy of the map Ds\Map::c ... 2 , "c" => 3 , ]); print_r ( $map -> copy ()); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map O ...
https://man.plustar.jp/php/ds-map.copy.html - [similar]
Returns a set of the map's keys 2128
« Ds\Map::jsonSerialize Ds\Map::ksort » PHP Manual Map Returns a set of the map's keys Ds\Map::k ... > 2 , "c" => 3 ]); var_dump ( $map -> keys ()); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-map.keys.html - [similar]
Reverses the map in-place 2128
« Ds\Map::remove Ds\Map::reversed » PHP Manual Map Reverses the map in-place Ds\Map::reverse (PE ... => 3 ]); $map -> reverse (); print_r ( $map ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map O ...
https://man.plustar.jp/php/ds-map.reverse.html - [similar]
Returns a reversed copy 2128
« Ds\Map::reverse Ds\Map::skip » PHP Manual Map Returns a reversed copy Ds\Map::reversed (PECL d ... , "c" => 3 ]); print_r ( $map -> reversed ()); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map O ...
https://man.plustar.jp/php/ds-map.reversed.html - [similar]
Converts the map to an array 2128
« Ds\Map::sum Ds\Map::union » PHP Manual Map Converts the map to an array Ds\Map::toArray (PECL ... "c" => 3 , ]); var_dump ( $map -> toArray ()); ?> 上の例の出力は、 たとえば以下のようになります。 array(3) ...
https://man.plustar.jp/php/ds-map.toarray.html - [similar]
Returns a sequence of the map's values 2128
« Ds\Map::union Ds\Map::xor » PHP Manual Map Returns a sequence of the map's values Ds\Map::valu ... 2 , "c" => 3 ]); var_dump ( $map -> values ()); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-map.values.html - [similar]
Allocates enough memory for a required capacity 2128
« PriorityQueue Ds\PriorityQueue::capacity » PHP Manual PriorityQueue Allocates enough memory fo ... ate ( 100 ); var_dump ( $queue -> capacity ()); ?> 上の例の出力は、 たとえば以下のようになります。 int(8) i ...
https://man.plustar.jp/php/ds-priorityqueue.allocate.html - [similar]
Returns the value at the front of the queue 2128
« Ds\PriorityQueue::jsonSerialize Ds\PriorityQueue::pop » PHP Manual PriorityQueue Returns the v ... sh ( "c" , 10 ); var_dump ( $queue -> peek ()); ?> 上の例の出力は、 たとえば以下のようになります。 string(1 ...
https://man.plustar.jp/php/ds-priorityqueue.peek.html - [similar]