検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 86 for contains (0.023 sec.)
Determines if the deque contains given values 12101
« Ds\Deque::__construct Ds\Deque::copy » PHP Manual Deque Determines if the deque contains given ... values Ds\Deque::contains (PECL ds >= 1.0.0) Ds\Deque::contains — Determines ... if the deque contains given values 説明 public Ds\Deque::contains ( mixe ... d ...$values ): bool Determines if the deque contains all values. パラメータ values Values to check. 戻り ... not in the deque, true otherwise. 例 例1 Ds\Deque::contains() example <?php $deque = new \ Ds \ Deque ([ 'a' , ...
https://man.plustar.jp/php/ds-deque.contains.html - [similar]
Determines if the sequence contains given values 12101
« Ds\Sequence::capacity Ds\Sequence::filter » PHP Manual Sequence Determines if the sequence contains ... tains given values Ds\Sequence::contains (PECL ds >= 1.0.0) Ds\Sequence::contains — Determi ... nes if the sequence contains given values 説明 abstract public Ds\Sequence::con ... ixed ...$values ): bool Determines if the sequence contains all values. パラメータ values Values to check. 戻り ... the sequence, true otherwise. 例 例1 Ds\Sequence::contains() example <?php $sequence = new \ Ds \ Vector ([ ' ...
https://man.plustar.jp/php/ds-sequence.contains.html - [similar]
Determines if the vector contains given values 12101
« Ds\Vector::__construct Ds\Vector::copy » PHP Manual Vector Determines if the vector contains g ... iven values Ds\Vector::contains (PECL ds >= 1.0.0) Ds\Vector::contains — Determine ... s if the vector contains given values 説明 public Ds\Vector::contains ( mix ... ed ...$values ): bool Determines if the vector contains all values. パラメータ values Values to check. 戻り ... t in the vector, true otherwise. 例 例1 Ds\Vector::contains() example <?php $vector = new \ Ds \ Vector ([ 'a' ...
https://man.plustar.jp/php/ds-vector.contains.html - [similar]
Determines if the set contains all values 11912
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... \Set::contains (PECL ds >= 1.0.0) Ds\Set::contains — Determines i ... f the set contains all values 説明 public Ds\Set::contains ( mixed .. ... .$values ): bool Determines if the set contains all values. 注意 : Values of type object are suppo ... are not in the set, true otherwise. 例 例1 Ds\Set::contains() example <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
ストレージに特定のオブジェクトが含まれるかどうかを調べる 9244
« SplObjectStorage::attach SplObjectStorage::count » PHP Manual SplObjectStorage ストレージに特定 ... ジェクトが含まれるかどうかを調べる SplObjectStorage::contains (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplObjectStorage::c ... まれるかどうかを調べる 説明 public SplObjectStorage::contains ( object $object ): bool 指定したオブジェクトがスト ... の場合に false を返します。 例 例1 SplObjectStorage::contains() の例 <?php $o1 = new StdClass ; $o2 = new StdCla ... torage (); $s [ $o1 ] = "hello" ; var_dump ( $s -> contains ( $o1 )); var_dump ( $s -> contains ( $o2 )); ?> 上 ...
https://man.plustar.jp/php/splobjectstorage.contains.html - [similar]
Determines whether the map contains a given value 8705
« Ds\Map::hasKey Ds\Map::intersect » PHP Manual Map Determines whether the map contains a given ... 0.0) Ds\Map::hasValue — Determines whether the map contains a given value 説明 public Ds\Map::hasValue ( mixed ... $value ): bool Determines whether the map contains a given value. パラメータ value The value to look ... ue) bool(false) 関連キーワード: Determines , map , contains , given , whether , Map , Ds , the , hasValue , Re ...
https://man.plustar.jp/php/ds-map.hasvalue.html - [similar]
Determines whether the map contains a given key 8665
« Ds\Map::get Ds\Map::hasValue » PHP Manual Map Determines whether the map contains a given key ... 1.0.0) Ds\Map::hasKey — Determines whether the map contains a given key 説明 public Ds\Map::hasKey ( mixed $ke ... y ): bool Determines whether the map contains a given key. パラメータ key The key to look for. 戻 ... 関連キーワード: key , Determines , whether , map , contains , given , Map , Ds , the , hasKey ...
https://man.plustar.jp/php/ds-map.haskey.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 8489
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... る str_contains (PHP 8) str_contains — 指定された部分文字列が、文字 ... 列に含まれるかを調べる 説明 str_contains ( string $haystack , string $needle ): bool needle ... す。 例 例1 空文字列 '' を使った場合 <?php if ( str_contains ( 'abc' , '' )) { echo "Checking the existence of ... = 'The lazy fox jumped over the fence' ; if ( str_contains ( $string , 'lazy' )) { echo "The string 'lazy' wa ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
SplObjectStorage クラス 8166
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ ... object $object , mixed $info = null ): void public contains ( object $object ): bool public count ( int $mode ... ch ( $o1 ); $s -> attach ( $o2 ); var_dump ( $s -> contains ( $o1 )); var_dump ( $s -> contains ( $o2 )); var_ ... dump ( $s -> contains ( $o3 )); $s -> detach ( $o2 ); var_dump ( $s -> c ... ontains ( $o1 )); var_dump ( $s -> contains ( $o2 )); var_dump ( $s -> contains ( $o3 )); ?> 上 ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
Data Structures 7775
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... pacity — Returns the current capacity Ds\Sequence::contains — Determines if the sequence contains given values ... r::__construct — Creates a new instance Ds\Vector::contains — Determines if the vector contains given values D ... ue::__construct — Creates a new instance Ds\Deque::contains — Determines if the deque contains given values Ds ... en key Ds\Map::hasKey — Determines whether the map contains a given key Ds\Map::hasValue — Determines whether ...
https://man.plustar.jp/php/book.ds.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT