Is there a way to enter the same value into an array xx amount of times. And without using a loop.
example, instead of
$a[] = "Neil"; $a[] = "Neil"; $a[] = "Neil"; $a[] = "Neil";
is there a
array_fill()