Worker
PHP Manual

Worker::chunk

(PECL pthreads >= 0.45)

Worker::chunkManipulation

説明

final public boolean Worker::chunk ( long $size , boolean $preserve )

Fetches a chunk of the objects member table of the given size, optionally preserving keys

パラメータ

size

The number of items to fetch

preserve

Preserve the keys of members, by default false

返り値

An array of items from the objects member table


Worker
PHP Manual