| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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
]] )定義済み定数
目次
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「The QuickHashStringIntHash class」をGoogle検索
|