検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 140 for map (0.027 sec.)
Removes and returns a value by key 7447
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... ove (PECL ds >= 1.0.0) Ds\Map::remove — Removes and returns a value by key 説明 ... public Ds\Map::remove ( mixed $key , mixed $default = ? ): mixed ... 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.remove.html - [similar]
Updates all values by applying a callback function to each value 7423
« Ds\Map::allocate Ds\Map::capacity » PHP Manual Map Updates all values by applying a callback f ... unction to each value Ds\Map::apply (PECL ds >= 1.0.0) Ds\Map::apply — Updates ... g a callback function to each value 説明 public Ds\Map::apply ( callable $callback ): void Updates all va ... applying a callback function to each value in the map. パラメータ callback callback ( mixed $key , mixed ... ): mixed A callable to apply to each value in the map. The callback should return what the value should ...
https://man.plustar.jp/php/ds-map.apply.html - [similar]
Returns a copy, sorted by value 7423
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ... ds >= 1.0.0) Ds\Map::sorted — Returns a copy, sorted by value 説明 pub ... lic Ds\Map::sorted ( callable $comparator = ? ): Ds\Map Retur ... such values as equal. 戻り値 Returns a copy of the map, sorted by value. 例 例1 Ds\Map::sort() example <? ... php $map = new \ Ds \ Map ([ "a" => 2 , "b" => 3 , "c" => 1 ...
https://man.plustar.jp/php/ds-map.sorted.html - [similar]
Allocates enough memory for a required capacity 7412
« Map Ds\Map::apply » PHP Manual Map Allocates enough memory for a required capacity Ds\Map::all ... ocate (PECL ds >= 1.0.0) Ds\Map::allocate — Allocates enough memory for a required ... capacity 説明 public Ds\Map::allocate ( int $capacity ): void Allocates enough ... rest power of 2. 戻り値 値を返しません。 例 例1 Ds\Map::allocate() example <?php $map = new \ Ds \ Map () ... ; var_dump ( $map -> capacity ()); $map -> allocate ( 100 ); var_dum ...
https://man.plustar.jp/php/ds-map.allocate.html - [similar]
Returns the number of values in the map 7412
« Ds\Map::copy Ds\Map::diff » PHP Manual Map Returns the number of values in the map Ds\Map::cou ... nt (PECL ds >= 1.0.0) Ds\Map::count — Returns the number of values in the map S ... ntable::count() 関連キーワード: Returns , values , map , the , of , in , Map , Ds , count , copy ...
https://man.plustar.jp/php/ds-map.count.html - [similar]
The __construct purpose 7376
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpos ... e Yaf_Route_Map::__construct (Yaf >=1.0.0) Yaf_Route_Map::__constr ... ct — The __construct purpose 説明 public Yaf_Route_Map::__construct ( string $controller_prefer = false , ... ションとみなすか。 delimiter 戻り値 例 例1 Yaf_Route_Map() の例 <?php /** * Add a map route to Yaf_Router r ... > getRouter ()-> addRoute ( "name" , new Yaf_Route_Map ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
Returns the result of adding all given associations 7352
« Ds\Map::map Ds\Map::pairs » PHP Manual Map Returns the result of adding all given associations ... Ds\Map::merge (PECL ds >= 1.0.0) Ds\Map::merge — Returns ... lt of adding all given associations 説明 public Ds\Map::merge ( mixed $values ): Ds\Map Returns the resul ... The current instance won't be affected. 例 例1 Ds\Map::merge() example <?php $map = new \ Ds \ Map ([ "a ... " => 1 , "b" => 2 , "c" => 3 ]); print_r ( $map -> merge ([ "a" => 10 , "e" => 50 ])); ?> 上の例の ...
https://man.plustar.jp/php/ds-map.merge.html - [similar]
Returns the current capacity 7328
« Ds\Map::apply Ds\Map::clear » PHP Manual Map Returns the current capacity Ds\Map::capacity (PE ... CL ds >= 1.0.0) Ds\Map::capacity — Returns the current capacity 説明 publ ... ic Ds\Map::capacity (): int Returns the current capacity. パ ... ありません。 戻り値 The current capacity. 例 例1 Ds\Map::capacity() example <?php $map = new \ Ds \ Map () ... ; var_dump ( $map -> capacity ()); ?> 上の例の出力は、 たとえば以下の ...
https://man.plustar.jp/php/ds-map.capacity.html - [similar]
Associates all key-value pairs of a traversable object or array 7316
« Ds\Map::put Ds\Map::reduce » PHP Manual Map Associates all key-value pairs of a traversable ob ... ject or array Ds\Map::putAll (PECL ds >= 1.0.2) Ds\Map::putAll — Associ ... rs of a traversable object or array 説明 public Ds\Map::putAll ( mixed $pairs ): void Associates all key- ... bject or array . 戻り値 値を返しません。 例 例1 Ds\Map::putAll() example <?php $map = new \ Ds \ Map (); ... $map -> putAll ([ "a" => 1 , "b" => 2 , "c" => 3 , ]); ...
https://man.plustar.jp/php/ds-map.putall.html - [similar]
URLを組み立てる 7316
« Yaf_Route_Map Yaf_Route_Map::__construct » PHP Manual Yaf_Route_Map URLを組み立てる Yaf_Route_ ... Map::assemble (Yaf >=2.3.0) Yaf_Route_Map::assemble — URLを組み立てる 説明 public Yaf_Route_ ... or をスローする可能性があります。 例 例1 Yaf_Route_Map::assemble() の例 <?php $router = new Yaf_Router () ... ; $route = new Yaf_Route_Map (); $router -> addRoute ( "map" , $route ); var_du ... mp ( $router -> getRoute ( 'map' )-> assemble ( array( ':c' => 'foo_bar' ), array( ...
https://man.plustar.jp/php/yaf-route-map.assemble.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT