Teddy D

Generation

translateTue, 31 Jan 2023

Pass the value in the array comma-separated in one line

$a = array(1, 2, 3); $b = array(4, 5, 6); $c = array_merge($a, $b); print_r($c);

Questions about programming?Chat with your personal AI assistant