検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 248 for Ds (0.009 sec.)
Pushes values onto the stack 5358
« Ds\Stack::pop Ds\Stack::toArray » PHP Manual Stack Pushes values onto the stack Ds\Stack::push ... (PECL ds >= 1.0.0) Ds\Stack::push — Pushes values onto the ... stack 説明 public Ds\Stack::push ( mixed ...$values ): void Pushes valu ... ush onto the stack. 戻り値 値を返しません。 例 例1 Ds\Stack::push() example <?php $stack = new \ Ds \ St ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Stack Object ( [0] => a [1] => b [2] => c [3] => d ...
https://man.plustar.jp/php/ds-stack.push.html - [similar]
Updates all values by applying a callback function to each value 5358
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a c ... allback function to each value Ds\Vector::apply (PECL ds >= 1.0.0) Ds\Vector::apply ... ying a callback function to each value 説明 public Ds\Vector::apply ( callable $callback ): void Updates ... uld be replaced by. 戻り値 値を返しません。 例 例1 Ds\Vector::apply() example <?php $vector = new \ Ds \ ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 2 [1] => 4 [2] => 6 ) 関連キ ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]
Adds values to the end of the vector 5358
« Ds\Vector::pop Ds\Vector::reduce » PHP Manual Vector Adds values to the end of the vector Ds\V ... ector::push (PECL ds >= 1.0.0) Ds\Vector::push — Adds values to the end ... of the vector 説明 public Ds\Vector::push ( mixed ...$values ): void Adds value ... The values to add. 戻り値 値を返しません。 例 例1 Ds\Vector::push() example <?php $vector = new \ Ds \ ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => a [1] => b [2] => c [3] => ...
https://man.plustar.jp/php/ds-vector.push.html - [similar]
Sorts the vector in-place 5358
« Ds\Vector::slice Ds\Vector::sorted » PHP Manual Vector Sorts the vector in-place Ds\Vector::so ... rt (PECL ds >= 1.0.0) Ds\Vector::sort — Sorts the vector in-pl ... ace 説明 public Ds\Vector::sort ( callable $comparator = ? ): void So ... ch values as equal. 戻り値 値を返しません。 例 例1 Ds\Vector::sort() example <?php $vector = new \ Ds \ ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 1 [1] => 2 [2] => 3 [3] => ...
https://man.plustar.jp/php/ds-vector.sort.html - [similar]
Determines if the set contains all values 5328
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... \Set::contains (PECL ds >= 1.0.0) Ds\Set::contains — Determines if the set ... contains all values 説明 public Ds\Set::contains ( mixed ...$values ): bool Determine ... 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-set.contains.html - [similar]
Returns the value at a given index 5298
« Ds\Deque::first Ds\Deque::insert » PHP Manual Deque Returns the value at a given index Ds\Dequ ... e::get (PECL ds >= 1.0.0) Ds\Deque::get — Returns the value at a g ... iven index 説明 public Ds\Deque::get ( int $index ): mixed Returns the value ... OfRangeException if the index is not valid. 例 例1 Ds\Deque::get() example <?php $deque = new \ Ds \ Deq ... ます。 string(1) "a" string(1) "b" string(1) "c" 例2 Ds\Deque::get() example using array syntax <?php $deq ...
https://man.plustar.jp/php/ds-deque.get.html - [similar]
Returns the last value 5298
« Ds\Deque::jsonSerialize Ds\Deque::map » PHP Manual Deque Returns the last value Ds\Deque::last ... (PECL ds >= 1.0.0) Ds\Deque::last — Returns the last value ... 説明 public Ds\Deque::last (): mixed Returns the last value in th ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Deque::last() example <?php $deque = new \ Ds \ De ... なります。 int(3) 関連キーワード: Returns , Deque , Ds , the , deque , パラメータ , jsonSerialize , map , ...
https://man.plustar.jp/php/ds-deque.last.html - [similar]
Returns the value at a given index 5298
« Ds\Sequence::first Ds\Sequence::insert » PHP Manual Sequence Returns the value at a given inde ... x Ds\Sequence::get (PECL ds >= 1.0.0) Ds\Sequence::get ... ns the value at a given index 説明 abstract public Ds\Sequence::get ( int $index ): mixed Returns the va ... OfRangeException if the index is not valid. 例 例1 Ds\Sequence::get() example <?php $sequence = new \ Ds ... ます。 string(1) "a" string(1) "b" string(1) "c" 例2 Ds\Sequence::get() example using array syntax <?php $ ...
https://man.plustar.jp/php/ds-sequence.get.html - [similar]
Returns the value at a given index 5298
« Ds\Set::first Ds\Set::intersect » PHP Manual Set Returns the value at a given index Ds\Set::ge ... t (PECL ds >= 1.0.0) Ds\Set::get — Returns the value at a giv ... en index 説明 public Ds\Set::get ( int $index ): mixed Returns the value a ... OfRangeException if the index is not valid. 例 例1 Ds\Set::get() example <?php $set = new \ Ds \ Set ([ ... ます。 string(1) "a" string(1) "b" string(1) "c" 例2 Ds\Set::get() example using array syntax <?php $set = ...
https://man.plustar.jp/php/ds-set.get.html - [similar]
Returns the value at a given index 5298
« Ds\Vector::first Ds\Vector::insert » PHP Manual Vector Returns the value at a given index Ds\V ... ector::get (PECL ds >= 1.0.0) Ds\Vector::get — Returns the value at a ... given index 説明 public Ds\Vector::get ( int $index ): mixed Returns the valu ... OfRangeException if the index is not valid. 例 例1 Ds\Vector::get() example <?php $vector = new \ Ds \ V ... ます。 string(1) "a" string(1) "b" string(1) "c" 例2 Ds\Vector::get() example using array syntax <?php $ve ...
https://man.plustar.jp/php/ds-vector.get.html - [similar]