検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 248 for Ds (0.057 sec.)
Returns the first pair in the map 5479
« Ds\Map::filter Ds\Map::get » PHP Manual Map Returns the first pair in the map Ds\Map::first (P ... ECL ds >= 1.0.0) Ds\Map::first — Returns the first pair i ... n the map 説明 public Ds\Map::first (): Ds\Pair Returns the first pair in t ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Map::first() example <?php $map = new \ Ds \ Map ( ... の例の出力は、 たとえば以下のようになります。 object(Ds\Pair)#2 (2) { ["key"]=> string(1) "a" ["value"]=> ...
https://man.plustar.jp/php/ds-map.first.html - [similar]
Returns the last pair of the map 5479
« Ds\Map::ksorted Ds\Map::map » PHP Manual Map Returns the last pair of the map Ds\Map::last (PE ... CL ds >= 1.0.0) Ds\Map::last — Returns the last pair of ... the map 説明 public Ds\Map::last (): Ds\Pair Returns the last pair of the ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Map::last() example <?php $map = new \ Ds \ Map ([ ... の例の出力は、 たとえば以下のようになります。 object(Ds\Pair)#2 (2) { ["key"]=> string(1) "c" ["value"]=> ...
https://man.plustar.jp/php/ds-map.last.html - [similar]
Returns a shallow copy of the queue 5479
« Ds\PriorityQueue::__construct Ds\PriorityQueue::count » PHP Manual PriorityQueue Returns a sha ... llow copy of the queue Ds\PriorityQueue::copy (PECL ds >= 1.0.0) Ds\Priority ... — Returns a shallow copy of the queue 説明 public Ds\PriorityQueue::copy (): Ds\PriorityQueue Returns a ... 戻り値 Returns a shallow copy of the queue. 例 例1 Ds\PriorityQueue::copy() example <?php $queue = new \ ... Ds \ PriorityQueue (); $queue -> push ( "a" , 5 ); $q ...
https://man.plustar.jp/php/ds-priorityqueue.copy.html - [similar]
Returns the result of applying a callback to each value 5479
« Ds\Sequence::last Ds\Sequence::merge » PHP Manual Sequence Returns the result of applying a ca ... llback to each value Ds\Sequence::map (PECL ds >= 1.0.0) Ds\Sequence::map ... ying a callback to each value 説明 abstract public Ds\Sequence::map ( callable $callback ): Ds\Sequence ... of the current instance won't be affected. 例 例1 Ds\Sequence::map() example <?php $sequence = new \ Ds ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 2 [1] => 4 [2] => 6 ) Ds\Ve ...
https://man.plustar.jp/php/ds-sequence.map.html - [similar]
Returns the result of applying a callback to each value 5479
« Ds\Vector::last Ds\Vector::merge » PHP Manual Vector Returns the result of applying a callback ... to each value Ds\Vector::map (PECL ds >= 1.0.0) Ds\Vector::map — Re ... t of applying a callback to each value 説明 public Ds\Vector::map ( callable $callback ): Ds\Vector Retu ... of the current instance won't be affected. 例 例1 Ds\Vector::map() example <?php $vector = new \ Ds \ V ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 2 [1] => 4 [2] => 6 ) Ds\Ve ...
https://man.plustar.jp/php/ds-vector.map.html - [similar]
Returns the result of adding all given values to the deque 5449
« Ds\Deque::map Ds\Deque::pop » PHP Manual Deque Returns the result of adding all given values t ... o the deque Ds\Deque::merge (PECL ds >= 1.0.0) Ds\Deque::merge — ... f adding all given values to the deque 説明 public Ds\Deque::merge ( mixed $values ): Ds\Deque Returns t ... 意 : The current instance won't be affected. 例 例1 Ds\Deque::merge() example <?php $deque = new \ Ds \ D ... の例の出力は、 たとえば以下のようになります。 object(Ds\Deque)#2 (6) { [0]=> int(1) [1]=> int(2) [2]=> int ...
https://man.plustar.jp/php/ds-deque.merge.html - [similar]
Returns a sorted copy 5449
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL ds ... s >= 1.0.0) Ds\Deque::sorted — Returns a sorted copy 説明 public ... Ds\Deque::sorted ( callable $comparator = ? ): Ds\Deque Returns a sorted copy, using an optional com ... 戻り値 Returns a sorted copy of the deque. 例 例1 Ds\Deque::sorted() example <?php $deque = new \ Ds \ ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]
Returns a shallow copy of the pair 5449
« Ds\Pair::__construct Ds\Pair::isEmpty » PHP Manual Pair Returns a shallow copy of the pair Ds\ ... rsion information available, might only be in Git) Ds\Pair::copy — Returns a shallow copy of the pair 説 ... 明 public Ds\Pair::copy (): Ds\Pair Returns a shallow copy of t ... 戻り値 Returns a shallow copy of the pair. 例 例1 Ds\Pair::copy() example <?php $a = new \ Ds \ Pair ( ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Pair Object ( [key] => x [value] => 1 ) Ds\Pair Ob ...
https://man.plustar.jp/php/ds-pair.copy.html - [similar]
Returns the result of adding all given values to the sequence 5449
« Ds\Sequence::map Ds\Sequence::pop » PHP Manual Sequence Returns the result of adding all given ... values to the sequence Ds\Sequence::merge (PECL ds >= 1.0.0) Ds\Sequence::me ... given values to the sequence 説明 abstract public Ds\Sequence::merge ( mixed $values ): Ds\Sequence Ret ... 意 : The current instance won't be affected. 例 例1 Ds\Sequence::merge() example <?php $sequence = new \ ... の例の出力は、 たとえば以下のようになります。 object(Ds\Vector)#2 (6) { [0]=> int(1) [1]=> int(2) [2]=> in ...
https://man.plustar.jp/php/ds-sequence.merge.html - [similar]
Returns a sorted copy 5449
« Ds\Sequence::sort Ds\Sequence::sum » PHP Manual Sequence Returns a sorted copy Ds\Sequence::so ... rted (PECL ds >= 1.0.0) Ds\Sequence::sorted — Returns a sorted c ... opy 説明 abstract public Ds\Sequence::sorted ( callable $comparator = ? ): Ds\ ... 戻り値 Returns a sorted copy of the sequence. 例 例1 Ds\Sequence::sorted() example <?php $sequence = new \ ... Ds \ Vector ([ 4 , 5 , 1 , 3 , 2 ]); print_r ( $seque ...
https://man.plustar.jp/php/ds-sequence.sorted.html - [similar]