The What
Description
The array_push
function 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.
Don’t repeat yourself. Don’t repeat yourself. Don’t repeat yourself.
More coming soon…keep checking back.