| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
QuickHashIntStringHash::loadFromString(PECL quickhash >= Unknown) QuickHashIntStringHash::loadFromString — 文字列からハッシュを作るファクトリーメソッド 説明
public static QuickHashIntStringHash QuickHashIntStringHash::loadFromString
( string
$contents
[, int $size = 0
[, int $options = 0
]] )文字列の定義から新しいハッシュを作るファクトリーメソッドです。 フォーマットは "loadFromFile" で使うものと同じです。 パラメータ
返り値新しい QuickHashIntStringHash を返します。 例
例1 QuickHashIntStringHash::loadFromString() の例
<?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マニュアル |
「QuickHashIntStringHash::loadFromString - 文字列からハッシュを作るファクトリーメソッド」をGoogle検索
|