| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
APCIterator::__construct(PECL apc >= 3.1.1) APCIterator::__construct — APCIterator イテレータオブジェクトを作成する 説明
public APCIterator::__construct
( string
$cache
[, mixed $search = null
[, int $format = APC_ITER_ALL
[, int $chunk_size = 100
[, int $list = APC_LIST_ACTIVE
]]]] )APCIterator オブジェクトを作成します。 パラメータ
返り値
成功した場合に APCIterator オブジェクト、
失敗した場合に 例
例1 APCIterator::__construct() の例
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「APCIterator::__construct - APCIterator イテレータオブジェクトを作成する」をGoogle検索
|