메소드 | 설명 | |
---|---|---|
initializeArguments ( ) : void | ||
render ( integer $count, boolean $fixed = false, boolean $preserveKeys = false ) : array | Render method |
public render ( integer $count, boolean $fixed = false, boolean $preserveKeys = false ) : array | ||
$count | integer | The count of items per chunk or if fixed number of chunks |
$fixed | boolean | Whether to allocate items to a fixed number of chunks or not |
$preserveKeys | boolean | If set to true, the original array keys will be preserved in the chunks |
리턴 | array |