Complete PHP Array Reference
The array_unshift() function inserts new elements to an array. The new array values will be inserted in the beginning of the array. The function's return value is the new number of elements in the array (See example 2).
| Parameter | Description |
|---|---|
| array | Required. Specifying an array |
| value1 | Required. Specifies a value to insert |
| value2 | Optional. Specifies a value to insert |
| value3 | Optional. Specifies a value to insert |
Tip: You can add one value, or as many as you like.
Note: Numeric keys will start at 0 and increas by 1 (See example3). String keys will remain the same (See example 1).
The output of the code above will be:
Return value:
The output of the code above will be:
Numeric keys:
The output of the code above will be:
Complete PHP Array Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.