検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 140 for map (0.031 sec.)
Returns a shallow copy of the map 7733
« Ds\Map::__construct Ds\Map::count » PHP Manual Map Returns a shallow copy of the map Ds\Map::c ... opy (PECL ds >= 1.0.0) Ds\Map::copy — Returns a shallow copy of the map 説明 pub ... lic Ds\Map::copy (): Ds\Map Returns a shallow copy of the map ... はありません。 戻り値 Returns a shallow copy of the map. 例 例1 Ds\Map::copy() example <?php $map = new \ ... Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 , ]); print_r ( ...
https://man.plustar.jp/php/ds-map.copy.html - [similar]
Creates a new map using a callable to determine which pairs to include 7709
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... ich pairs to include Ds\Map::filter (PECL ds >= 1.0.0) Ds\Map::filter — Create ... s a new map using a callable to determine which pairs to inclu ... de 説明 public Ds\Map::filter ( callable $callback = ? ): Ds\Map Creates ... a new map using a callable to determine which pairs to inclu ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
Returns the last pair of the map 7709
« Ds\Map::ksorted Ds\Map::map » PHP Manual Map Returns the last pair of the map Ds\Map::last (PE ... CL ds >= 1.0.0) Ds\Map::last — Returns the last pair of the map 説明 publ ... ic Ds\Map::last (): Ds\Pair Returns the last pair of the map ... パラメータはありません。 戻り値 The last pair of the map. エラー / 例外 UnderflowException if empty. 例 例1 ... Ds\Map::last() example <?php $map = new \ Ds \ Map ([ "a" ...
https://man.plustar.jp/php/ds-map.last.html - [similar]
Sorts the map in-place by key 7686
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... L ds >= 1.0.0) Ds\Map::ksort — Sorts the map in-place by key 説明 public ... Ds\Map::ksort ( callable $comparator = ? ): void Sorts th ... e map in-place by key, using an optional comparator func ... values as equal. 戻り値 値を返しません。 例 例1 Ds\Map::ksort() example <?php $map = new \ Ds \ Map ([ "b ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Determines whether the map contains a given value 7674
« Ds\Map::hasKey Ds\Map::intersect » PHP Manual Map Determines whether the map contains a given ... value Ds\Map::hasValue (PECL ds >= 1.0.0) Ds\Map::hasValue — De ... termines whether the map contains a given value 説明 public Ds\Map::hasValu ... e ( mixed $value ): bool Determines whether the map contains a given value. パラメータ value The value ... the value could found, false otherwise. 例 例1 Ds\Map::hasValue() example <?php $map = new \ Ds \ Map ([ ...
https://man.plustar.jp/php/ds-map.hasvalue.html - [similar]
Reverses the map in-place 7674
« Ds\Map::remove Ds\Map::reversed » PHP Manual Map Reverses the map in-place Ds\Map::reverse (PE ... CL ds >= 1.0.0) Ds\Map::reverse — Reverses the map in-place 説明 public D ... s\Map::reverse (): void Reverses the map in-place. パラメ ... ータはありません。 戻り値 値を返しません。 例 例1 Ds\Map::reverse() example <?php $map = new \ Ds \ Map ([ ... "a" => 1 , "b" => 2 , "c" => 3 ]); $map -> reverse (); print_r ( $map ); ?> 上の例の出力は ...
https://man.plustar.jp/php/ds-map.reverse.html - [similar]
Determines whether the map contains a given key 7650
« Ds\Map::get Ds\Map::hasValue » PHP Manual Map Determines whether the map contains a given key ... Ds\Map::hasKey (PECL ds >= 1.0.0) Ds\Map::hasKey — Determ ... ines whether the map contains a given key 説明 public Ds\Map::hasKey ( ... mixed $key ): bool Determines whether the map contains a given key. パラメータ key The key to lo ... if the key could found, false otherwise. 例 例1 Ds\Map::hasKey() example <?php $map = new \ Ds \ Map ([ " ...
https://man.plustar.jp/php/ds-map.haskey.html - [similar]
Sorts the map in-place by value 7650
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... CL ds >= 1.0.0) Ds\Map::sort — Sorts the map in-place by value 説明 publi ... c Ds\Map::sort ( callable $comparator = ? ): void Sorts the ... map in-place by value, using an optional comparator fu ... values as equal. 戻り値 値を返しません。 例 例1 Ds\Map::sort() example <?php $map = new \ Ds \ Map ([ "a" ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns the first pair in the map 7638
« Ds\Map::filter Ds\Map::get » PHP Manual Map Returns the first pair in the map Ds\Map::first (P ... ECL ds >= 1.0.0) Ds\Map::first — Returns the first pair in the map 説明 pu ... blic Ds\Map::first (): Ds\Pair Returns the first pair in the m ... ラメータはありません。 戻り値 The first pair in the map. エラー / 例外 UnderflowException if empty. 例 例1 ... Ds\Map::first() example <?php $map = new \ Ds \ Map ([ "a ...
https://man.plustar.jp/php/ds-map.first.html - [similar]
Converts the map to an array 7638
« Ds\Map::sum Ds\Map::union » PHP Manual Map Converts the map to an array Ds\Map::toArray (PECL ... ds >= 1.0.0) Ds\Map::toArray — Converts the map to an array 説明 publi ... c Ds\Map::toArray (): array Converts the map to an array . ... 警告 Maps where non-scalar keys are can't be converted to a ... ric keys as integers, eg. "1" and 1 as keys in the map will only result in 1 being included in the array. ...
https://man.plustar.jp/php/ds-map.toarray.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT