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.
Keep It Simple, Stupid (KISS) - the best kiss you'll get in code.
More coming soon…keep checking back.