array_push

Pushes one or more elements onto the end of an array and returns the new number of elements.

Parameters

main.php
PHP 8.4 | UTF-8
Ready
Line: 1, Column: 1

Return Values

Notes

Changelog

Related Functions

Filters elements of an array using a callback function, returning only elements that pass the test.

filtercallbackarray