検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 248 for Ds (0.063 sec.)
The Collection interface 5077
« 例 Ds\Collection::clear » PHP Manual Data Structures The Collection interface The Collection i ... n using json_encode() . インターフェイス概要 class Ds\Collection implements Countable , IteratorAggregat ... act public clear (): void abstract public copy (): Ds\Collection abstract public isEmpty (): bool abstra ... toArray (): array } 変更履歴 バージョン 説明 PECL ds 1.4.0 Collection implements IteratorAggregate now ... (This change came to the polyfill in 1.4.1.) 目次 Ds\Collection::clear — Removes all values Ds\Collecti ...
https://man.plustar.jp/php/class.ds-collection.html - [similar]
Converts the deque to an array 5077
« Ds\Deque::sum Ds\Deque::unshift » PHP Manual Deque Converts the deque to an array Ds\Deque::to ... Array (PECL ds >= 1.0.0) Ds\Deque::toArray — Converts the deque t ... o an array 説明 public Ds\Deque::toArray (): array Converts the deque to an ... the values in the same order as the deque. 例 例1 Ds\Deque::toArray() example <?php $deque = new \ Ds \ ... 関連キーワード: array , deque , Converts , Deque , Ds , the , toArray , int , パラメータ , unshift ...
https://man.plustar.jp/php/ds-deque.toarray.html - [similar]
Converts the set to an array 5077
« Ds\Set::sum Ds\Set::union » PHP Manual Set Converts the set to an array Ds\Set::toArray (PECL ... ds >= 1.0.0) Ds\Set::toArray — Converts the set to an array 説明 p ... ublic Ds\Set::toArray (): array Converts the set to an arra ... ll the values in the same order as the set. 例 例1 Ds\Set::toArray() example <?php $set = new \ Ds \ Set ... int(3) } 関連キーワード: array , Converts , Set , Ds , the , toArray , int , パラメータ , union , publi ...
https://man.plustar.jp/php/ds-set.toarray.html - [similar]
Converts the vector to an array 5077
« Ds\Vector::sum Ds\Vector::unshift » PHP Manual Vector Converts the vector to an array Ds\Vecto ... r::toArray (PECL ds >= 1.0.0) Ds\Vector::toArray — Converts the vector ... to an array 説明 public Ds\Vector::toArray (): array Converts the vector to a ... the values in the same order as the vector. 例 例1 Ds\Vector::toArray() example <?php $vector = new \ Ds ... [2]=> int(3) } 関連キーワード: array , Converts , Ds , the , toArray , int , パラメータ , unshift , pub ...
https://man.plustar.jp/php/ds-vector.toarray.html - [similar]
Removes and returns the first value 5047
« Ds\Deque::set Ds\Deque::slice » PHP Manual Deque Removes and returns the first value Ds\Deque: ... :shift (PECL ds >= 1.0.0) Ds\Deque::shift — Removes and returns th ... e first value 説明 public Ds\Deque::shift (): mixed Removes and returns the fir ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Deque::shift() example <?php $deque = new \ Ds \ D ... 1) "c" 関連キーワード: Removes , returns , Deque , Ds , string , パラメータ , slice , public , 関数 , wh ...
https://man.plustar.jp/php/ds-deque.shift.html - [similar]
Removes and returns a value by key 5047
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... ove (PECL ds >= 1.0.0) Ds\Map::remove — Removes and returns a v ... alue by key 説明 public Ds\Map::remove ( mixed $key , mixed $default = ? ): m ... type object are supported. If an object implements Ds\Hashable , equality will be determined by the obje ... s equals function. If an object does not implement Ds\Hashable , objects must be references to the same ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Returns the sum of all values in the map 5047
« Ds\Map::sorted Ds\Map::toArray » PHP Manual Map Returns the sum of all values in the map Ds\Ma ... rsion information available, might only be in Git) Ds\Map::sum — Returns the sum of all values in the ma ... p 説明 public Ds\Map::sum (): int | float Returns the sum of all va ... or int depending on the values in the map. 例 例1 Ds\Map::sum() integer example <?php $map = new \ Ds \ ... の出力は、 たとえば以下のようになります。 int(6) 例2 Ds\Map::sum() float example <?php $map = new \ Ds \ M ...
https://man.plustar.jp/php/ds-map.sum.html - [similar]
Removes and returns the first value 5047
« Ds\Sequence::set Ds\Sequence::slice » PHP Manual Sequence Removes and returns the first value ... Ds\Sequence::shift (PECL ds >= 1.0.0) Ds\Sequence::shift — Removes and returns ... the first value 説明 abstract public Ds\Sequence::shift (): mixed Removes and returns the ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Sequence::shift() example <?php $sequence = new \ ... "c" 関連キーワード: Removes , returns , Sequence , Ds , string , パラメータ , slice , public , 関数 , wh ...
https://man.plustar.jp/php/ds-sequence.shift.html - [similar]
Allocates enough memory for a required capacity 5047
« Ds\Set::add Ds\Set::capacity » PHP Manual Set Allocates enough memory for a required capacity ... Ds\Set::allocate (PECL ds >= 1.0.0) Ds\Set::allocate — Allocates enough memo ... ry for a required capacity 説明 public Ds\Set::allocate ( int $capacity ): void Allocates en ... nearest power of 2. 戻り値 値を返しません。 例 例1 Ds\Set::allocate() example <?php $set = new \ Ds \ Se ... : capacity , Allocates , required , memory , Set , Ds , allocate , int , 注意 , Capacity ...
https://man.plustar.jp/php/ds-set.allocate.html - [similar]
Removes and returns the first value 5047
« Ds\Vector::set Ds\Vector::slice » PHP Manual Vector Removes and returns the first value Ds\Vec ... tor::shift (PECL ds >= 1.0.0) Ds\Vector::shift — Removes and returns t ... he first value 説明 public Ds\Vector::shift (): mixed Removes and returns the fi ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Vector::shift() example <?php $vector = new \ Ds \ ... string(1) "c" 関連キーワード: Removes , returns , Ds , string , パラメータ , slice , public , 関数 , wh ...
https://man.plustar.jp/php/ds-vector.shift.html - [similar]