Results of 1 - 10 of about 29 for pairs (0.007 sec.)
- Returns a sequence containing all the pairs of the map 14423
- « 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 seque ...
nce containing all the pairs of the map 説明 public Ds\Map::pairs (): Ds\Sequen ...
ce 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 $ ...
-
https://man.plustar.jp/php/ds-map.pairs.html
- [similar]
- Associates all key-value pairs of a traversable object or array 11665
- « Ds\Map::put Ds\Map::reduce » PHP Manual Map Associates all key-value pairs of a traversable ob
...
= 1.0.2) Ds\Map::putAll — Associates all key-value pairs of a traversable object or array 説明 public Ds\Ma ...
p::putAll ( mixed $pairs ): void Associates all key-value pairs of a traver ...
e same instance to be considered equal. パラメータ pairs traversable object or array . 戻り値 値を返しません ...
[value] => 3 ) ) 関連キーワード: Ds , Map , key , pairs , traversable , Object , putAll , array , Pair , a ...
-
https://man.plustar.jp/php/ds-map.putall.html
- [similar]
- Creates a new map using a callable to determine which pairs to include 10295
- « 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\Ma ...
ates a new map using a callable to determine which pairs to include 説明 public Ds\Map::filter ( callable $ ...
ates a new map using a callable to determine which pairs to include. パラメータ callback callback ( mixed $ ...
: bool Optional callable which returns true if the pair should be included, false otherwise. If a callback ...
-
https://man.plustar.jp/php/ds-map.filter.html
- [similar]
- The Map class 10229
- « Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N
...
じめに A Map is a sequential collection of key-value pairs, almost identical to an array used in a similar co ...
\Map public merge ( mixed $values ): Ds\Map public pairs (): Ds\Sequence public put ( mixed $key , mixed $v ...
alue ): void public putAll ( mixed $pairs ): void public reduce ( callable $callback , mixed ...
ates a new map using a callable to determine which pairs to include Ds\Map::first — Returns the first pair ...
-
https://man.plustar.jp/php/class.ds-map.html
- [similar]
- Returns a subset of the map defined by a starting index and length 9626
- « Ds\Map::skip Ds\Map::sort » PHP Manual Map Returns a subset of the map defined by a starting i
...
itive, the resulting map will have up to that many pairs in it. If a length is given and is negative, the r ...
ange will stop that many pairs from the end. If the length results in an overflow ...
, only pairs up to the end of the map will be included. If a le ...
s not provided, the resulting map will contain all pairs between the index and the end of the map. 戻り値 A ...
-
https://man.plustar.jp/php/ds-map.slice.html
- [similar]
- Creates a new map using values from the current instance and another map 8728
- « Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren
...
$map ): Ds\Map Creates a new map that contains the pairs of the current instance as well as the pairs of an ...
rent instance. 戻り値 A new map containing all the pairs of the current instance as well as another map . S ...
-
https://man.plustar.jp/php/ds-map.union.html
- [similar]
- 文字の変換あるいは部分文字列の置換を行う 8369
- « strtoupper substr_compare » PHP Manual String 関数 文字の変換あるいは部分文字列の置換を行う st
...
ていません): strtr ( string $string , array $replace_pairs ): string 引数を三つ渡した場合、この関数は string ...
換される文字列。 to from を置換する文字列。 replace_pairs replace_pairs パラメータを to や from のかわりに使 ...
from' => 'to', ...) 形式の配列となります。 replace_pairs の中に空文字列 ( "" ) のキーがある場合は、その要素 ...
-
https://man.plustar.jp/php/function.strtr.html
- [similar]
- Differences from Standard Lua 8076
- « リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard
...
on't share state with PHP's rand() . The Lua 5.2 __pairs and __ipairs metamethods are supported by pairs() ...
and ipairs() . 関連キーワード: from , Differences , Standard ...
-
https://man.plustar.jp/php/reference.luasandbox.differences.html
- [similar]
- Data Structures 7831
- « untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに
...
ates a new map using a callable to determine which pairs to include Ds\Map::first — Returns the first pair ...
he result of adding all given associations Ds\Map::pairs — Returns a sequence containing all the pairs of t ...
a value Ds\Map::putAll — Associates all key-value pairs of a traversable object or array Ds\Map::reduce — ...
-
https://man.plustar.jp/php/book.ds.html
- [similar]
- 例 7831
- « リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini
...
ly 1 and -1) followed by a series of feature/value pairs, in increasing feature order. The features are int ...
ent, then key => value sets for the feature values pairs. This data is passed to the SVM class's train func ...
-
https://man.plustar.jp/php/svm.examples.html
- [similar]