検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 140 for Map (0.007 sec.)
The Map class 8758
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... mation available, might only be in Git) はじめに A Map is a sequential collection of key-value pairs, alm ... ust be unique. Values are replaced if added to the map using the same key. Strengths Keys and values can ... when objects are used as keys. クラス概要 class Ds\Map implements Ds\Collection , ArrayAccess { /* Consta ... y (): int public clear (): void public copy (): Ds\Map public diff ( Ds\Map $map ): Ds\Map public filter ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
Data Structures 8138
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... quence::last — Returns the last value Ds\Sequence::map — Returns the result of applying a callback to eac ... s\Vector::last — Returns the last value Ds\Vector::map — Returns the result of applying a callback to eac ... Ds\Deque::last — Returns the last value Ds\Deque::map — Returns the result of applying a callback to eac ... e::unshift — Adds values to the front of the deque Map — The Map class Ds\Map::allocate — Allocates enoug ...
https://man.plustar.jp/php/book.ds.html - [similar]
Creates a new map using keys that aren't in another map 8031
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... her map Ds\Map::diff (PECL ds >= 1.0.0) Ds\Map::diff — Cre ... ates a new map using keys that aren't in another map 説明 public ... Ds\Map::diff ( Ds\Map $map ): Ds\Map Returns the result o ... m the current instance that are present in a given map . A \ B = {x ∈ A | x ∉ B} パラメータ map The map c ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
Creates a new map by intersecting keys with another map 8007
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... another map Ds\Map::intersect (PECL ds >= 1.0.0) Ds\Map::inter ... sect — Creates a new map by intersecting keys with another map 説明 public ... Ds\Map::intersect ( Ds\Map $map ): Ds\Map Creates a new m ... instance whose keys are also present in the given map . In other words, returns a copy of the current in ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Creates a new map using values from the current instance and another map 7995
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren ... t instance and another map Ds\Map::union (PECL ds >= 1.0.0) Ds\Map::union — C ... reates a new map using values from the current instance and another ... map 説明 public Ds\Map::union ( Ds\Map $map ): Ds\Map ... Creates a new map that contains the pairs of the current instance as ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
Creates a new map using keys of either the current instance or of another map, b... 7995
« Ds\Map::values Pair » PHP Manual Map Creates a new map using keys of either the current instan ... ce or of another map, but not of both Ds\Map::xor (PECL ds >= 1.0.0) Ds ... \Map::xor — Creates a new map using keys of either the ... current instance or of another map, but not of both 説明 public Ds\Map::xor ( Ds\Map ... $map ): Ds\Map Creates a new map containing keys of the ...
https://man.plustar.jp/php/ds-map.xor.html - [similar]
Returns a subset of the map defined by a starting index and length 7841
« Ds\Map::skip Ds\Map::sort » PHP Manual Map Returns a subset of the map defined by a starting i ... ndex and length Ds\Map::slice (PECL ds >= 1.0.0) Ds\Map::slice — Returns ... a subset of the map defined by a starting index and length 説明 public ... Ds\Map::slice ( int $index , int $length = ? ): Ds\Map Re ... turns a subset of the map defined by a starting index and length . パラメータ ...
https://man.plustar.jp/php/ds-map.slice.html - [similar]
Returns the result of applying a callback to each value 7817
« Ds\Map::last Ds\Map::merge » PHP Manual Map Returns the result of applying a callback to each ... value Ds\Map::map (PECL ds >= 1.0.0) Ds\Map::map — Returns the ... f applying a callback to each value 説明 public Ds\Map::map ( callable $callback ): Ds\Map Returns the re ... applying a callback function to each value of the map. パラメータ callback callback ( mixed $key , mixed ... ): mixed A callable to apply to each value in the map. The callable should return what the key will be m ...
https://man.plustar.jp/php/ds-map.map.html - [similar]
Returns the sum of all values in the map 7817
« Ds\Map::sorted Ds\Map::toArray » PHP Manual Map Returns the sum of all values in the map Ds\Map ... on information available, might only be in Git) Ds\Map::sum — Returns the sum of all values in the map... 明 public Ds\Map::sum (): int | float Returns the sum of all values ... in the map. 注意 : Arrays and objects are considered equal to ... ありません。 戻り値 The sum of all the values in the map as either a float or int depending on the values i ...
https://man.plustar.jp/php/ds-map.sum.html - [similar]
Associates a key with a value 7769
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... ds >= 1.0.0) Ds\Map::put — Associates a key with a value 説明 public D ... s\Map::put ( mixed $key , mixed $value ): void Associate ... use array syntax to associate values by key, eg. $map["key"] = $value . 警告 Be careful when using array ... e coerced to integers by the engine. For example, $map["1"] will attempt to access int(1) , while $map->g ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT