Class Hash
Array object implementation with full Core support.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Hash implements ArrayAccess, Countable, Core\Equality, Core\Identity, IteratorAggregate, Serializable
Direct known subclasses
Namespace: Core
Package: Core
Since: 3.1
Requires: PHP 5.3
Used by: Core\Authentication::verify()
Located at Hash.inc.php
Package: Core
Since: 3.1
Requires: PHP 5.3
Used by: Core\Authentication::verify()
Located at Hash.inc.php
Methods summary
public
|
|
public
|
|
public
boolean
|
|
public
integer
|
|
public static
|
|
public static
|
|
public
string
|
|
public
array
|
|
public
|
|
public
array
|
|
public
|
|
public
string
|
|
public
integer
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
#
sort( integer $method = self::RegularSortMode, integer $algorithm = self::AssociativeSortAlgorithm )
|
public
|
|
public static
array
|
|
public
|
|
public
|
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
integer |
NonAssociativeSortAlgorithm
|
#
0
|
integer |
AssociativeSortAlgorithm
|
#
1
|
integer |
RegularSortMode
|
#
0
|
integer |
NumericSortMode
|
#
1
|
integer |
StringSortMode
|
#
2
|
integer |
LocaleSortMode
|
#
4
|
integer |
NaturalSortMode
|
#
8
|
integer |
CaseSensitiveSortMode
|
#
0
|
integer |
CaseInsensitiveSortMode
|
#
16
|
integer |
ReverseSortMode
|
#
32
|
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
array
|
$_v_array
|
#
array ()
|
protected
string
|
$_v_iteratorClass
|
#
'Core\\Hash\\Iterator'
|
Magic properties
public read-only
array
|
$array
|
public read-only
string
|
$iteratorClass
|
public read-only
integer
|
$count
|