Fills an array up with additional elements to certain amount.
static public fill ( array $array, integer $limit, mixed $fill = 'placeholder' ) : array | ||
$array | array | The source array |
$limit | integer | The number of elements the array should contain after filling it up. |
$fill | mixed | The element, which should be used to fill the array |
리턴 | array | The filled-up result array |