検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 140 for map (0.024 sec.)
Returns whether the map is empty 7590
« Ds\Map::intersect Ds\Map::jsonSerialize » PHP Manual Map Returns whether the map is empty Ds\Map ... ap::isEmpty (PECL ds >= 1.0.0) Ds\Map::isEmpty — Returns whether the map is empty 説明 p ... ublic Ds\Map::isEmpty (): bool Returns whether the map is empty ... パラメータはありません。 戻り値 Returns true if the map is empty, false otherwise. 例 例1 Ds\Map::isEmpty( ... ) example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); $b = new \ D ...
https://man.plustar.jp/php/ds-map.isempty.html - [similar]
Returns a sequence containing all the pairs of the map 7590
« Ds\Map::merge Ds\Map::put » PHP Manual Map Returns a sequence containing all the pairs of the ... map Ds\Map::pairs (PECL ds >= 1.0.0) Ds\Map::pairs — Returns ... a sequence containing all the pairs of the map 説明 public Ds\Map::pairs (): Ds\Sequence Returns ... a Ds\Sequence containing all the pairs of the map. パラメータ この関数にはパラメータはありません。 戻 ... り値 Ds\Sequence containing all the pairs of the map. 例 例1 Ds\Map::pairs() example <?php $map = new \ ...
https://man.plustar.jp/php/ds-map.pairs.html - [similar]
Returns the value for a given key 7578
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... ECL ds >= 1.0.0) Ds\Map::get — Returns the value for a given key 説明 publ ... ic Ds\Map::get ( mixed $key , mixed $default = ? ): mixed Re ... lso use array syntax to access values by key, eg. $map["key"] . 警告 Be careful when using array syntax. ... 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.get.html - [similar]
Returns a set of the map's keys 7555
« Ds\Map::jsonSerialize Ds\Map::ksort » PHP Manual Map Returns a set of the map's keys Ds\Map::k ... eys (PECL ds >= 1.0.0) Ds\Map::keys — Returns a set of the map's keys 説明 publi ... c Ds\Map::keys (): Ds\Set Returns a set containing all the ... keys of the map, in the same order. パラメータ この関数にはパラメー ... ん。 戻り値 A Ds\Set containing all the keys of the map. 例 例1 Ds\Map::keys() example <?php $map = new \ ...
https://man.plustar.jp/php/ds-map.keys.html - [similar]
Returns a sequence of the map's values 7555
« Ds\Map::union Ds\Map::xor » PHP Manual Map Returns a sequence of the map's values Ds\Map::valu ... es (PECL ds >= 1.0.0) Ds\Map::values — Returns a sequence of the map's values 説 ... 明 public Ds\Map::values (): Ds\Sequence Returns a sequence contain ... ing all the values of the map, in the same order. パラメータ この関数にはパラメー ... り値 A Ds\Sequence containing all the values of the map. 例 例1 Ds\Map::values() example <?php $map = new ...
https://man.plustar.jp/php/ds-map.values.html - [similar]
Removes all values 7543
« Ds\Map::capacity Ds\Map::__construct » PHP Manual Map Removes all values Ds\Map::clear (PECL d ... s >= 1.0.0) Ds\Map::clear — Removes all values 説明 public Ds\Map::cl ... ear (): void Removes all values from the map. パラメータ この関数にはパラメータはありません。 戻 ... り値 値を返しません。 例 例1 Ds\Map::clear() example <?php $map = new \ Ds \ Map ([ "a ... " => 1 , "b" => 2 , "c" => 3 , ]); print_r ( $map ); $map -> clear (); print_r ( $map ); ?> 上の例の ...
https://man.plustar.jp/php/ds-map.clear.html - [similar]
Reduces the map to a single value using a callback function 7543
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callb ... ack function Ds\Map::reduce (PECL ds >= 1.0.0) Ds\Map::reduce — Reduce ... s the map to a single value using a callback function 説明 p ... ublic Ds\Map::reduce ( callable $callback , mixed $initial = ? ... ): mixed Reduces the map to a single value using a callback function. パラメ ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]
Returns a copy, sorted by key 7507
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... on information available, might only be in Git) Ds\Map::ksorted — Returns a copy, sorted by key 説明 publ ... ic Ds\Map::ksorted ( callable $comparator = ? ): Ds\Map Retu ... such values as equal. 戻り値 Returns a copy of the map, sorted by key. 例 例1 Ds\Map::ksorted() example < ... ?php $map = new \ Ds \ Map ([ "b" => 2 , "c" => 3 , "a" => 1 ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
Creates a new instance 7483
« Ds\Map::clear Ds\Map::copy » PHP Manual Map Creates a new instance Ds\Map::__construct (PECL d ... s >= 1.0.0) Ds\Map::__construct — Creates a new instance 説明 public ... Ds\Map::__construct ( mixed ...$values ) Creates a new in ... an array to use for the initial values. 例 例1 Ds\Map::__construct() example <?php $map = new \ Ds \ Map ... (); var_dump ( $map ); $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , ...
https://man.plustar.jp/php/ds-map.construct.html - [similar]
Returns a reversed copy 7483
« Ds\Map::reverse Ds\Map::skip » PHP Manual Map Returns a reversed copy Ds\Map::reversed (PECL d ... s >= 1.0.0) Ds\Map::reversed — Returns a reversed copy 説明 public Ds ... \Map::reversed (): Ds\Map Returns a reversed copy of th ... e map. パラメータ この関数にはパラメータはありません。 戻 ... り値 A reversed copy of the map. 注意 : The current instance is not affected. 例 例 ...
https://man.plustar.jp/php/ds-map.reversed.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT