|
The QuickHashStringIntHash class(Информация о версии неизвестна, возможно, только в SVN) ВведениеThis class wraps around a hash containing strings, where the values are integer numbers. Hashes are also available as implementation of the ArrayAccess interface. Hashes can also be iterated over with foreach as the Iterator interface is implemented as well. The order of which elements are returned in is not guaranteed. Обзор классов
QuickHashStringIntHash
{
/* Constants */
/* Methods */
public static QuickHashStringIntHash loadFromFile
( string $filename
[, int $size = 0
[, int $options = 0
]] )
public static QuickHashStringIntHash loadFromString
( string $contents
[, int $size = 0
[, int $options = 0
]] )
}Предопределенные константы
Содержание
|
|