検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 248 for Ds (0.009 sec.)
Creates a new set using values from the current instance and another set 5579
« Ds\Set::toArray Ds\Set::xor » PHP Manual Set Creates a new set using values from the current i ... nstance and another set Ds\Set::union (PECL ds >= 1.0.0) Ds\Set::union — Crea ... m the current instance and another set 説明 public Ds\Set::union ( Ds\Set $set ): Ds\Set Creates a new s ... another set . See Also » Union on Wikipedia 例 例1 Ds\Set::union() example <?php $a = new \ Ds \ Set ([ ... 1 , 2 , 3 ]); $b = new \ Ds \ Set ([ 3 , 4 , 5 ]); var_dump ( $a -> union ( $b ...
https://man.plustar.jp/php/ds-set.union.html - [similar]
Creates a new instance 5579
« Ds\Vector::clear Ds\Vector::contains » PHP Manual Vector Creates a new instance Ds\Vector::__c ... onstruct (PECL ds >= 1.0.0) Ds\Vector::__construct — Creates a new i ... nstance 説明 public Ds\Vector::__construct ( mixed $values = ? ) Creates ... or an array to use for the initial values. 例 例1 Ds\Vector::__construct() example <?php $vector = new ... \ Ds \ Vector (); var_dump ( $vector ); $vector = new \ ...
https://man.plustar.jp/php/ds-vector.construct.html - [similar]
Returns a reversed copy 5579
« Ds\Vector::reverse Ds\Vector::rotate » PHP Manual Vector Returns a reversed copy Ds\Vector::re ... versed (PECL ds >= 1.0.0) Ds\Vector::reversed — Returns a reversed ... copy 説明 public Ds\Vector::reversed (): Ds\Vector Returns a reversed ... 注意 : The current instance is not affected. 例 例1 Ds\Vector::reversed() example <?php $vector = new \ D ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => c [1] => b [2] => a ) Ds\Ve ...
https://man.plustar.jp/php/ds-vector.reversed.html - [similar]
Returns a shallow copy of the collection 5549
« Ds\Collection::clear Ds\Collection::isEmpty » PHP Manual Collection Returns a shallow copy of ... the collection Ds\Collection::copy (PECL ds >= 1.0.0) Ds\Collection: ... hallow copy of the collection 説明 abstract public Ds\Collection::copy (): Ds\Collection Returns a shall ... 値 Returns a shallow copy of the collection. 例 例1 Ds\Collection::copy() example <?php $a = new \ Ds \ V ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Ve ...
https://man.plustar.jp/php/ds-collection.copy.html - [similar]
Returns a shallow copy of the deque 5549
« Ds\Deque::contains Ds\Deque::count » PHP Manual Deque Returns a shallow copy of the deque Ds\D ... eque::copy (PECL ds >= 1.0.0) Ds\Deque::copy — Returns a shallow copy ... of the deque 説明 public Ds\Deque::copy (): Ds\Deque Returns a shallow copy of ... ません。 戻り値 A shallow copy of the deque. 例 例1 Ds\Deque::copy() example <?php $a = new \ Ds \ Deque ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Deq ...
https://man.plustar.jp/php/ds-deque.copy.html - [similar]
Updates a value at a given index 5549
« Ds\Deque::rotate Ds\Deque::shift » PHP Manual Deque Updates a value at a given index Ds\Deque: ... :set (PECL ds >= 1.0.0) Ds\Deque::set — Updates a value at a giv ... en index 説明 public Ds\Deque::set ( int $index , mixed $value ): void Upd ... OfRangeException if the index is not valid. 例 例1 Ds\Deque::set() example <?php $deque = new \ Ds \ Deq ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => a [1] => _ [2] => c ) 例2 Ds ...
https://man.plustar.jp/php/ds-deque.set.html - [similar]
Updates all values by applying a callback function to each value 5549
« Ds\Map::allocate Ds\Map::capacity » PHP Manual Map Updates all values by applying a callback f ... unction to each value Ds\Map::apply (PECL ds >= 1.0.0) Ds\Map::apply — Upda ... ying a callback function to each value 説明 public Ds\Map::apply ( callable $callback ): void Updates al ... uld be replaced by. 戻り値 値を返しません。 例 例1 Ds\Map::apply() example <?php $map = new \ Ds \ Map ( ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [v ...
https://man.plustar.jp/php/ds-map.apply.html - [similar]
Returns a set of the map's keys 5549
« Ds\Map::jsonSerialize Ds\Map::ksort » PHP Manual Map Returns a set of the map's keys Ds\Map::k ... eys (PECL ds >= 1.0.0) Ds\Map::keys — Returns a set of the map' ... s keys 説明 public Ds\Map::keys (): Ds\Set Returns a set containing all ... メータ この関数にはパラメータはありません。 戻り値 A Ds\Set containing all the keys of the map. 例 例1 Ds\ ... Map::keys() example <?php $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); var_du ...
https://man.plustar.jp/php/ds-map.keys.html - [similar]
Returns a sequence of the map's values 5549
« Ds\Map::union Ds\Map::xor » PHP Manual Map Returns a sequence of the map's values Ds\Map::valu ... es (PECL ds >= 1.0.0) Ds\Map::values — Returns a sequence of t ... he map's values 説明 public Ds\Map::values (): Ds\Sequence Returns a sequence con ... メータ この関数にはパラメータはありません。 戻り値 A Ds\Sequence containing all the values of the map. 例 ... 例1 Ds\Map::values() example <?php $map = new \ Ds \ Map ...
https://man.plustar.jp/php/ds-map.values.html - [similar]
Creates a new instance 5549
« Ds\PriorityQueue::clear Ds\PriorityQueue::copy » PHP Manual PriorityQueue Creates a new instan ... ce Ds\PriorityQueue::__construct (PECL ds >= 1.0.0) Ds\P ... ::__construct — Creates a new instance 説明 public Ds\PriorityQueue::__construct () Creates a new instan ... ce. 例 例1 Ds\PriorityQueue::__construct() example <?php $queue ... = new \ Ds \ PriorityQueue (); var_dump ( $queue ); ?> 上の例 ...
https://man.plustar.jp/php/ds-priorityqueue.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT