push()
The push() method push elements onto the end of array
Example.php
Syntax
Parameter
$values
A values to push into array
Return value
oneself back for method chaining.
Polymorphism
References
Last updated