array _add code example Example: array_push $array[$key] = $value; // or $array[] = $value; // or array_push($array, [ mixed $... ]);