検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 1032 for example (0.040 sec.)
Removes all values 2919
« Collection Ds\Collection::copy » PHP Manual Collection Removes all values Ds\Collection::clear ... り値 値を返しません。 例 例1 Ds\Collection::clear() example <?php $collection = new \ Ds \ Vector ([ 1 , 2 , 3 ...
https://man.plustar.jp/php/ds-collection.clear.html - [similar]
Returns whether the collection is empty 2919
« Ds\Collection::copy Ds\Collection::toArray » PHP Manual Collection Returns whether the collect ... , false otherwise. 例 例1 Ds\Collection::isEmpty() example <?php $a = new \ Ds \ Vector ([ 1 , 2 , 3 ]); $b = ...
https://man.plustar.jp/php/ds-collection.isempty.html - [similar]
Converts the collection to an array 2919
« Ds\Collection::isEmpty Hashable » PHP Manual Collection Converts the collection to an array Ds ... as the collection. 例 例1 Ds\Collection::toArray() example <?php $collection = new \ Ds \ Vector ([ 1 , 2 , 3 ...
https://man.plustar.jp/php/ds-collection.toarray.html - [similar]
Returns the current capacity 2919
« Ds\Deque::apply Ds\Deque::clear » PHP Manual Deque Returns the current capacity Ds\Deque::capa ... The current capacity. 例 例1 Ds\Deque::capacity() example <?php $deque = new \ Ds \ Deque (); var_dump ( $de ...
https://man.plustar.jp/php/ds-deque.capacity.html - [similar]
Removes all values from the deque 2919
« Ds\Deque::capacity Ds\Deque::__construct » PHP Manual Deque Removes all values from the deque ... 。 戻り値 値を返しません。 例 例1 Ds\Deque::clear() example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); p ...
https://man.plustar.jp/php/ds-deque.clear.html - [similar]
Creates a new instance 2919
« Ds\Deque::clear Ds\Deque::contains » PHP Manual Deque Creates a new instance Ds\Deque::__const ... the initial values. 例 例1 Ds\Deque::__construct() example <?php $deque = new \ Ds \ Deque (); var_dump ( $de ...
https://man.plustar.jp/php/ds-deque.construct.html - [similar]
Returns the first value in the deque 2919
« Ds\Deque::find Ds\Deque::get » PHP Manual Deque Returns the first value in the deque Ds\Deque: ... erflowException if empty. 例 例1 Ds\Deque::first() example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); v ...
https://man.plustar.jp/php/ds-deque.first.html - [similar]
Returns whether the deque is empty 2919
« Ds\Deque::insert Ds\Deque::join » PHP Manual Deque Returns whether the deque is empty Ds\Deque ... empty, false otherwise. 例 例1 Ds\Deque::isEmpty() example <?php $a = new \ Ds \ Deque ([ 1 , 2 , 3 ]); $b = ...
https://man.plustar.jp/php/ds-deque.isempty.html - [similar]
Removes and returns the last value 2919
« Ds\Deque::merge Ds\Deque::push » PHP Manual Deque Removes and returns the last value Ds\Deque: ... nderflowException if empty. 例 例1 Ds\Deque::pop() example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); v ...
https://man.plustar.jp/php/ds-deque.pop.html - [similar]
Removes and returns a value by index 2919
« Ds\Deque::reduce Ds\Deque::reverse » PHP Manual Deque Removes and returns a value by index Ds\ ... the index is not valid. 例 例1 Ds\Deque::remove() example <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ...
https://man.plustar.jp/php/ds-deque.remove.html - [similar]