検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 248 for Ds (0.052 sec.)
Returns the result of adding all given values to the set 5449
« Ds\Set::last Ds\Set::reduce » PHP Manual Set Returns the result of adding all given values to ... the set Ds\Set::merge (PECL ds >= 1.0.3) Ds\Set::merge — Retu ... of adding all given values to the set 説明 public Ds\Set::merge ( mixed $values ): Ds\Set Returns the r ... 意 : The current instance won't be affected. 例 例1 Ds\Set::merge() example <?php $set = new \ Ds \ Set ( ... の例の出力は、 たとえば以下のようになります。 object(Ds\Set)#2 (6) { [0]=> int(1) [1]=> int(2) [2]=> int(3 ...
https://man.plustar.jp/php/ds-set.merge.html - [similar]
Returns a sorted copy 5449
« Ds\Set::sort Ds\Set::sum » PHP Manual Set Returns a sorted copy Ds\Set::sorted (PECL ds >= 1.0 ... .0) Ds\Set::sorted — Returns a sorted copy 説明 public Ds ... \Set::sorted ( callable $comparator = ? ): Ds\Set Returns a sorted copy, using an optional compa ... l. 戻り値 Returns a sorted copy of the set. 例 例1 Ds\Set::sorted() example <?php $set = new \ Ds \ Set ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Set Object ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [ ...
https://man.plustar.jp/php/ds-set.sorted.html - [similar]
Creates a new set using values in either the current instance or in another set,... 5449
« Ds\Set::union Stack » PHP Manual Set Creates a new set using values in either the current inst ... ance or in another set, but not in both Ds\Set::xor (PECL ds >= 1.0.0) Ds\Set::xor — Creates ... nce or in another set, but not in both 説明 public Ds\Set::xor ( Ds\Set $set ): Ds\Set Creates a new set ... ee Also » Symmetric Difference on Wikipedia 例 例1 Ds\Set::xor() example <?php $a = new \ Ds \ Set ([ 1 ... , 2 , 3 ]); $b = new \ Ds \ Set ([ 3 , 4 , 5 ]); var_dump ( $a -> xor ( $b ) ...
https://man.plustar.jp/php/ds-set.xor.html - [similar]
Returns the result of adding all given values to the vector 5449
« Ds\Vector::map Ds\Vector::pop » PHP Manual Vector Returns the result of adding all given value ... s to the vector Ds\Vector::merge (PECL ds >= 1.0.0) Ds\Vector::merge ... adding all given values to the vector 説明 public Ds\Vector::merge ( mixed $values ): Ds\Vector Returns ... 意 : The current instance won't be affected. 例 例1 Ds\Vector::merge() example <?php $vector = new \ Ds \ ... の例の出力は、 たとえば以下のようになります。 object(Ds\Vector)#2 (6) { [0]=> int(1) [1]=> int(2) [2]=> in ...
https://man.plustar.jp/php/ds-vector.merge.html - [similar]
Returns a sorted copy 5449
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PE ... CL ds >= 1.0.0) Ds\Vector::sorted — Returns a sorted cop ... y 説明 public Ds\Vector::sorted ( callable $comparator = ? ): Ds\Ve ... 戻り値 Returns a sorted copy of the vector. 例 例1 Ds\Vector::sorted() example <?php $vector = new \ Ds ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 1 [1] => 2 [2] => 3 [3] => ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
Removes all values 5419
« Collection Ds\Collection::copy » PHP Manual Collection Removes all values Ds\Collection::clear ... (PECL ds >= 1.0.0) Ds\Collection::clear — Removes all value ... s 説明 abstract public Ds\Collection::clear (): void Removes all values from ... メータはありません。 戻り値 値を返しません。 例 例1 Ds\Collection::clear() example <?php $collection = ne ... w \ Ds \ Vector ([ 1 , 2 , 3 ]); print_r ( $collection ); ...
https://man.plustar.jp/php/ds-collection.clear.html - [similar]
Returns whether the collection is empty 5419
« Ds\Collection::copy Ds\Collection::toArray » PHP Manual Collection Returns whether the collect ... ion is empty Ds\Collection::isEmpty (PECL ds >= 1.0.0) Ds\Collecti ... ether the collection is empty 説明 abstract public Ds\Collection::isEmpty (): bool Returns whether the c ... f the collection is empty, false otherwise. 例 例1 Ds\Collection::isEmpty() example <?php $a = new \ Ds ... \ Vector ([ 1 , 2 , 3 ]); $b = new \ Ds \ Vector (); var_dump ( $a -> isEmpty ()); var_dum ...
https://man.plustar.jp/php/ds-collection.isempty.html - [similar]
Returns whether the deque is empty 5419
« Ds\Deque::insert Ds\Deque::join » PHP Manual Deque Returns whether the deque is empty Ds\Deque ... ::isEmpty (PECL ds >= 1.0.0) Ds\Deque::isEmpty — Returns whether the ... deque is empty 説明 public Ds\Deque::isEmpty (): bool Returns whether the deque ... rue if the deque is empty, false otherwise. 例 例1 Ds\Deque::isEmpty() example <?php $a = new \ Ds \ Deq ... ue ([ 1 , 2 , 3 ]); $b = new \ Ds \ Deque (); var_dump ( $a -> isEmpty ()); var_dump ...
https://man.plustar.jp/php/ds-deque.isempty.html - [similar]
Reverses the deque in-place 5419
« Ds\Deque::remove Ds\Deque::reversed » PHP Manual Deque Reverses the deque in-place Ds\Deque::r ... everse (PECL ds >= 1.0.0) Ds\Deque::reverse — Reverses the deque i ... n-place 説明 public Ds\Deque::reverse (): void Reverses the deque in-plac ... メータはありません。 戻り値 値を返しません。 例 例1 Ds\Deque::reverse() example <?php $deque = new \ Ds \ ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => c [1] => b [2] => a ) 関連キ ...
https://man.plustar.jp/php/ds-deque.reverse.html - [similar]
Removes all values 5419
« Ds\PriorityQueue::capacity Ds\PriorityQueue::__construct » PHP Manual PriorityQueue Removes al ... l values Ds\PriorityQueue::clear (PECL ds >= 1.0.0) Ds\Priorit ... yQueue::clear — Removes all values 説明 public Ds\PriorityQueue::clear (): void Removes all values f ... メータはありません。 戻り値 値を返しません。 例 例1 Ds\PriorityQueue::clear() example <?php $queue = new ... \ Ds \ PriorityQueue (); $queue -> push ( "a" , 5 ); $q ...
https://man.plustar.jp/php/ds-priorityqueue.clear.html - [similar]