Php versions – Adding an array to an array in PHP
used php for a while but cannot get what is going on here! I've tried array_merge() and array_push() on an array to be able to add arrays to an array of existing arrays. For example, to be able to add…