| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Ds\Sequence::map(PECL ds >= 1.0.0) Ds\Sequence::map — Returns the result of applying a callback to each value. 説明
Returns the result of applying a パラメータ
返り値
The result of applying a
例例1 Ds\Sequence::map() example
<?php上の例の出力は、 たとえば以下のようになります。
Ds\Vector Object
(
[0] => 2
[1] => 4
[2] => 6
)
Ds\Vector Object
(
[0] => 1
[1] => 2
[2] => 3
)
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Ds\Sequence::map - Returns the result of applying a callback to each value.」をGoogle検索
|