protected ApcuBackend::getIterator($search = NULL, $format = APC_ITER_ALL, $chunk_size = 100, $list = APC_LIST_ACTIVE)
Instantiates and returns the APCUIterator class.
Parameters
mixed $search: A PCRE regular expression that matches against APC key names, either as a string for a single regular expression, or as an array of regular expressions. Or, optionally pass in NULL to skip the search.
int $format: The desired format, as configured with one or more of the APC_ITER_* constants.
int $chunk