update : 2015.11.03
php.shukuma.com검색:
|
APCIterator::__construct(PECL apc >= 3.1.1) APCIterator::__construct — Constructs an APCIterator iterator object 설명
public APCIterator::__construct
( string
$cache
[, mixed $search = null
[, int $format = APC_ITER_ALL
[, int $chunk_size = 100
[, int $list = APC_LIST_ACTIVE
]]]] )Constructs an APCIterator object. 인수
반환값
An APCIterator object on success,
or 예제
Example #1 A APCIterator::__construct() example
<?php 참고
|