| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
QuickHashIntSet::loadFromFile(PECL quickhash >= Unknown) QuickHashIntSet::loadFromFile — ファイルからセットを作るファクトリーメソッド 説明
public static QuickHashIntSet QuickHashIntSet::loadFromFile
( string
$filename
[, int $size
[, int $options
]] )ディスク上の定義ファイルから新しいセットを作るファクトリーメソッドです。 ファイルフォーマットは、システムと同じエンディアンでパックされた 32 ビット符号付き整数値です。 パラメータ
返り値新しい QuickHashIntSet を返します。 例
例1 QuickHashIntSet::loadFromFile() の例
<?php 上の例の出力は、 たとえば以下のようになります。 Key 0 ( 0) is unset Key 1 ( 1) is set Key 2 ( 2) is set Key 3 ( 3) is set Key 4 ( 4) is unset Key 5 ( 5) is set Key 6 ( 6) is unset Key 7 ( 7) is set Key 8 ( 8) is unset Key 9 ( 9) is unset Key 10 ( a) is unset Key 11 ( b) is set Key 12 ( c) is unset Key 13 ( d) is set Key 14 ( e) is unset Key 15 ( f) is unset |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「QuickHashIntSet::loadFromFile - ファイルからセットを作るファクトリーメソッド」をGoogle検索
|