検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for Hashable (0.018 sec.)
The Hashable interface 12376
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... The Hashable interface (No version information available, might ... only be in Git) はじめに Hashable is an interface which allows objects to be used as ... lass as the subject. インターフェイス概要 class Ds\Hashable { /* メソッド */ abstract public equals ( object $ ... j ): bool abstract public hash (): mixed } 目次 Ds\Hashable::equals — Determines whether an object is equal to ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
Determines whether an object is equal to the current instance 12183
« 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::equals — D ... al to the current instance 説明 abstract public Ds\Hashable::equals ( object $obj ): bool Determines whether a ... ch are equal also have the same hash value. See Ds\Hashable::hash() . パラメータ obj The object to compare the ... り値 true if equal, false otherwise. 関連キーワード: Hashable , Ds , instance , equals , obj , whether , Determi ...
https://man.plustar.jp/php/ds-hashable.equals.html - [similar]
Returns a scalar value to be used as a hash value 11238
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... value Ds\Hashable::hash (PECL ds >= 1.0.0) Ds\Hashable::hash — Retur ... to be used as a hash value 説明 abstract public Ds\Hashable::hash (): mixed Returns a scalar value to be used ... uality, all objects that are equal according to Ds\Hashable::equals() must have the same hash value. Hash valu ... to be used as this object's hash value. 例 例1 Ds\Hashable::hash() example <?php class HashableObject impleme ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
Adds values to the set 8927
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... e object are supported. If an object implements Ds\Hashable , equality will be determined by the object's equa ... ls function. If an object does not implement Ds\Hashable , objects must be references to the same instance ... 例2 Ds\Set::add() example using objects <?php class HashableObject implements \ Ds \ Hashable { /** * An arbitr ... tdClass ()); // Adding multiple instances of equal hashable objects will only add the first. $set -> add (new ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
Determines if the set contains all values 8489
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... e object are supported. If an object implements Ds\Hashable , equality will be determined by the object's equa ... ls function. If an object does not implement Ds\Hashable , objects must be references to the same instance ... , Determines , all , Ds , Set , the , type , not , Hashable ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
Associates a key with a value 8332
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... e object are supported. If an object implements Ds\Hashable , equality will be determined by the object's equa ... ls function. If an object does not implement Ds\Hashable , objects must be references to the same instance ... p::put() example using objects as keys <?php class HashableObject implements \ Ds \ Hashable { /** * An arbitr ... lass (), 4 ); // Using multiple instances of equal hashable objects will overwrite previous values. $map -> pu ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
Converts the collection to an array 8087
« Ds\Collection::isEmpty Hashable » PHP Manual Collection Converts the collection to an array Ds ... s , Collection , Ds , toArray , int , パラメータ , Hashable , public ...
https://man.plustar.jp/php/ds-collection.toarray.html - [similar]
Associates all key-value pairs of a traversable object or array 7947
« Ds\Map::put Ds\Map::reduce » PHP Manual Map Associates all key-value pairs of a traversable ob ... e object are supported. If an object implements Ds\Hashable , equality will be determined by the object's equa ... ls function. If an object does not implement Ds\Hashable , objects must be references to the same instance ...
https://man.plustar.jp/php/ds-map.putall.html - [similar]
Removes and returns a value by key 7842
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... e object are supported. If an object implements Ds\Hashable , equality will be determined by the object's equa ... ls function. If an object does not implement Ds\Hashable , objects must be references to the same instance ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Returns the value for a given key 7789
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... e object are supported. If an object implements Ds\Hashable , equality will be determined by the object's equa ... ls function. If an object does not implement Ds\Hashable , objects must be references to the same instance ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
PREV 1 2 NEXT