Universeorange.com/Docs/

R3m/framework Function reference array.push

{array.push(String $selector, Mixed ...$value)}

{array.push()} treats array as a stack, and pushes the passed variables onto the end of array.
The length of array increases by the number of variables pushed.

Returns the new number of elements in the array.

More information:

https://www.php.net/manual/en/function.array-push.php

Last modified: 2021-06-07

© 2021 universeorange.com