検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 248 for Ds (0.016 sec.)
Removes all values 5207
« Pair Ds\Pair::__construct » PHP Manual Pair Removes all values Ds\Pair::clear (No version info ... rmation available, might only be in Git) Ds\Pair::clear — Removes all values 説明 public Ds\Pa ... メータはありません。 戻り値 値を返しません。 例 例1 Ds\Pair::clear() example <?php $pair = new \ Ds \ Pai ... ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Pair Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Pair ... ) 関連キーワード: Pair , Removes , all , values , Ds , パラメータ , Object , version , information , ab ...
https://man.plustar.jp/php/ds-pair.clear.html - [similar]
Determines whether an object is equal to the current instance 5177
« Hashable Ds\Hashable::hash » PHP Manual Hashable Determines whether an object is equal to the ... current instance Ds\Hashable::equals (PECL ds >= 1.0.0) Ds\Hashable::e ... equal to the current instance 説明 abstract public Ds\Hashable::equals ( object $obj ): bool Determines ... s objects to be used as keys in structures such as Ds\Map and Ds\Set , or any other lookup structure tha ... which are equal also have the same hash value. See Ds\Hashable::hash() . パラメータ obj The object to co ...
https://man.plustar.jp/php/ds-hashable.equals.html - [similar]
Returns whether the pair is empty 5177
« Ds\Pair::copy Ds\Pair::jsonSerialize » PHP Manual Pair Returns whether the pair is empty Ds\Pa ... rsion information available, might only be in Git) Ds\Pair::isEmpty — Returns whether the pair is empty ... 説明 public Ds\Pair::isEmpty (): bool Returns whether the pair is ... true if the pair is empty, false otherwise. 例 例1 Ds\Pair::isEmpty() example <?php $a = new \ Ds \ Pair ... ( "a" , 1 ); $b = new \ Ds \ Pair (); var_dump ( $a -> isEmpty ()); var_dump ...
https://man.plustar.jp/php/ds-pair.isempty.html - [similar]
Returns the current capacity 5177
« Ds\Sequence::apply Ds\Sequence::contains » PHP Manual Sequence Returns the current capacity Ds ... \Sequence::capacity (PECL ds >= 1.0.0) Ds\Sequence::capacity — Returns the curr ... ent capacity 説明 abstract public Ds\Sequence::capacity (): int Returns the current cap ... タはありません。 戻り値 The current capacity. 例 例1 Ds\Sequence::capacity() example <?php $sequence = new ... \ Ds \ Vector (); var_dump ( $sequence -> capacity ()); ...
https://man.plustar.jp/php/ds-sequence.capacity.html - [similar]
Returns the current capacity 5177
« Ds\Vector::apply Ds\Vector::clear » PHP Manual Vector Returns the current capacity Ds\Vector:: ... capacity (PECL ds >= 1.0.0) Ds\Vector::capacity — Returns the curren ... t capacity 説明 public Ds\Vector::capacity (): int Returns the current capac ... タはありません。 戻り値 The current capacity. 例 例1 Ds\Vector::capacity() example <?php $vector = new \ D ... t(50) int(75) 関連キーワード: capacity , Returns , Ds , the , int , パラメータ , apply , public , 関数 , ...
https://man.plustar.jp/php/ds-vector.capacity.html - [similar]
Removes and returns the last value 5147
« Ds\Deque::merge Ds\Deque::push » PHP Manual Deque Removes and returns the last value Ds\Deque: ... :pop (PECL ds >= 1.0.0) Ds\Deque::pop — Removes and returns the ... last value 説明 public Ds\Deque::pop (): mixed Removes and returns the last ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Deque::pop() example <?php $deque = new \ Ds \ Deq ... int(1) 関連キーワード: Removes , returns , Deque , Ds , the , pop , int , パラメータ , public , merge ...
https://man.plustar.jp/php/ds-deque.pop.html - [similar]
Determines whether the map contains a given value 5147
« Ds\Map::hasKey Ds\Map::intersect » PHP Manual Map Determines whether the map contains a given ... value Ds\Map::hasValue (PECL ds >= 1.0.0) Ds\Map::hasValue ... whether the map contains a given value 説明 public Ds\Map::hasValue ( mixed $value ): bool Determines wh ... if the value could found, false otherwise. 例 例1 Ds\Map::hasValue() example <?php $map = new \ Ds \ Ma ... ermines , map , contains , given , whether , Map , Ds , the , hasValue , Returns ...
https://man.plustar.jp/php/ds-map.hasvalue.html - [similar]
Removes and returns the last value 5147
« Ds\Sequence::merge Ds\Sequence::push » PHP Manual Sequence Removes and returns the last value ... Ds\Sequence::pop (PECL ds >= 1.0.0) Ds\Sequence::pop — Removes and returns t ... he last value 説明 abstract public Ds\Sequence::pop (): mixed Removes and returns the la ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Sequence::pop() example <?php $sequence = new \ Ds ... (1) 関連キーワード: Removes , returns , Sequence , Ds , the , pop , int , パラメータ , public , merge ...
https://man.plustar.jp/php/ds-sequence.pop.html - [similar]
Removes and returns the last value 5147
« Ds\Vector::merge Ds\Vector::push » PHP Manual Vector Removes and returns the last value Ds\Vec ... tor::pop (PECL ds >= 1.0.0) Ds\Vector::pop — Removes and returns the ... last value 説明 public Ds\Vector::pop (): mixed Removes and returns the last ... エラー / 例外 UnderflowException if empty. 例 例1 Ds\Vector::pop() example <?php $vector = new \ Ds \ V ... int(2) int(1) 関連キーワード: Removes , returns , Ds , the , pop , int , パラメータ , merge , public , ...
https://man.plustar.jp/php/ds-vector.pop.html - [similar]
Determines whether the map contains a given key 5107
« Ds\Map::get Ds\Map::hasValue » PHP Manual Map Determines whether the map contains a given key ... Ds\Map::hasKey (PECL ds >= 1.0.0) Ds\Map::hasKey — Determines whether the ... map contains a given key 説明 public Ds\Map::hasKey ( mixed $key ): bool Determines whethe ... ue if the key could found, false otherwise. 例 例1 Ds\Map::hasKey() example <?php $map = new \ Ds \ Map ... ermines , whether , map , contains , given , Map , Ds , the , hasKey ...
https://man.plustar.jp/php/ds-map.haskey.html - [similar]