Fill Array

Create an array filled with a specific value.

Code

General
array_fill(0, $length, $value);

Parameters

Length of the array

Value to fill with

Server

More PHP Snippets