PHPArrayarray_unshift

Prepends one or more elements to the front of an array.

Syntax

array_unshift(array &$array, mixed ...$values): int