| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Ds\Sequence::contains(PECL ds >= 1.0.0) Ds\Sequence::contains — Determines if the sequence contains given values. 説明Determines if the sequence contains all values. パラメータ
返り値
例例1 Ds\Sequence::contains() example
<?php 上の例の出力は、 たとえば以下のようになります。 bool(true) bool(true) bool(false) bool(true) bool(true) bool(false) bool(true) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Ds\Sequence::contains - Determines if the sequence contains given values.」をGoogle検索
|