| 951 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::count
|
詳細
|
|
1. Returns the number of values in the map
|
|
| 952 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::diff
|
詳細
|
|
1. Creates a new map using keys that aren't in another map
|
|
| 953 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::filter
|
詳細
|
|
1. Creates a new map using a callable to determine which pairs to include
|
|
| 954 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::first
|
詳細
|
|
1. Returns the first pair in the map
|
|
| 955 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::get
|
詳細
|
|
1. Returns the value for a given key
|
|
スポンサー
|
| 956 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::hasKey
|
詳細
|
|
1. Determines whether the map contains a given key
|
|
| 957 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::hasValue
|
詳細
|
|
1. Determines whether the map contains a given value
|
|
| 958 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::intersect
|
詳細
|
|
1. Creates a new map by intersecting keys with another map
|
|
| 959 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::isEmpty
|
詳細
|
|
1. Returns whether the map is empty
|
|
| 960 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::jsonSerialize
|
詳細
|
|
1. Returns a representation that can be converted to JSON
|
|
スポンサー
|
| 961 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::keys
|
詳細
|
|
1. Returns a set of the map's keys
|
|
| 962 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::ksort
|
詳細
|
|
1. Sorts the map in-place by key
|
|
| 963 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::ksorted
|
詳細
|
|
1. Returns a copy
|
|
| 964 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::last
|
詳細
|
|
1. Returns the last pair of the map
|
|
| 965 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::map
|
詳細
|
|
1. Returns the result of applying a callback to each value
|
|
スポンサー
|
| 966 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::merge
|
詳細
|
|
1. Returns the result of adding all given associations
|
|
| 967 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::pairs
|
詳細
|
|
1. Returns a sequence containing all the pairs of the map
|
|
| 968 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::put
|
詳細
|
|
1. Associates a key with a value
|
|
| 969 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::putAll
|
詳細
|
|
1. Associates all key-value pairs of a traversable object or array
|
|
| 970 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::reduce
|
詳細
|
|
1. Reduces the map to a single value using a callback function
|
|
スポンサー
|
| 971 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::remove
|
詳細
|
|
1. Removes and returns a value by key
|
|
| 972 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::reverse
|
詳細
|
|
1. Reverses the map in-place
|
|
| 973 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::reversed
|
詳細
|
|
1. Returns a reversed copy
|
|
| 974 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::skip
|
詳細
|
|
1. Returns the pair at a given positional index
|
|
| 975 |
PHPの関数・メソッドの単語集 |
|
Ds\Map::slice
|
詳細
|
|
1. Returns a subset of the map defined by a starting index and length
|
|
スポンサー
|