push to array Push a new item or items at the end of an array. #php array_push($awesome_array, "new item"); copy