1026 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::merge
|
詳細
|
1. Returns the result of adding all given values to the sequence
|
|
1027 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::pop
|
詳細
|
1. Removes and returns the last value
|
|
1028 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::push
|
詳細
|
1. Adds values to the end of the sequence
|
|
1029 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::reduce
|
詳細
|
1. Reduces the sequence to a single value using a callback function
|
|
1030 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::remove
|
詳細
|
1. Removes and returns a value by index
|
|
スポンサー
|
1031 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::reverse
|
詳細
|
1. Reverses the sequence in-place
|
|
1032 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::reversed
|
詳細
|
1. Returns a reversed copy
|
|
1033 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::rotate
|
詳細
|
1. Rotates the sequence by a given number of rotations
|
|
1034 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::set
|
詳細
|
1. Updates a value at a given index
|
|
1035 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::shift
|
詳細
|
1. Removes and returns the first value
|
|
スポンサー
|
1036 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::slice
|
詳細
|
1. Returns a sub-sequence of a given range
|
|
1037 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::sort
|
詳細
|
1. Sorts the sequence in-place
|
|
1038 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::sorted
|
詳細
|
1. Returns a sorted copy
|
|
1039 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::sum
|
詳細
|
1. Returns the sum of all values in the sequence
|
|
1040 |
PHPの関数・メソッドの単語集 |
|
Ds\Sequence::unshift
|
詳細
|
1. Adds values to the front of the sequence
|
|
スポンサー
|
1041 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::add
|
詳細
|
1. Adds values to the set
|
|
1042 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::allocate
|
詳細
|
1. Allocates enough memory for a required capacity
|
|
1043 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::capacity
|
詳細
|
1. Returns the current capacity
|
|
1044 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::clear
|
詳細
|
1. Removes all values
|
|
1045 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::contains
|
詳細
|
1. Determines if the set contains all values
|
|
スポンサー
|
1046 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::copy
|
詳細
|
1. Returns a shallow copy of the set
|
|
1047 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::count
|
詳細
|
1. Returns the number of values in the set
|
|
1048 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::diff
|
詳細
|
1. Creates a new set using values that aren't in another set
|
|
1049 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::filter
|
詳細
|
1. Creates a new set using a callable to determine which values to include
|
|
1050 |
PHPの関数・メソッドの単語集 |
|
Ds\Set::first
|
詳細
|
1. Returns the first value in the set
|
|
スポンサー
|