Öffentliche Methoden | |
offsetGet ($index) | |
getAccessed () | |
resetAccessed () | |
Geschützte Attribute | |
$accessed = array() | |
This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed.
Definiert in Zeile 11 der Datei StringHash.php.
getAccessed | ( | ) |
Returns a lookup array of all array indexes that have been accessed.
Definiert in Zeile 33 der Datei StringHash.php.
Benutzt $accessed.
offsetGet | ( | $index) |
Retrieves a value, and logs the access.
mixed | $index |
Definiert in Zeile 23 der Datei StringHash.php.
resetAccessed | ( | ) |
Resets the access array.
Definiert in Zeile 41 der Datei StringHash.php.
|
protected |