update : 2015.11.03
php.shukuma.com검색:
|
The QuickHashStringIntHash class(No version information available, might only be in Git) 소개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
]] )예약 상수
Table of Contents
|