$test = array('hi'); $test += array('test','oh'); var_dump($test); What does + mean for array in PHP? 8 Answers 8 Tags: arraysphp