$test = array('hi');
$test += array('test','oh');
var_dump($test);

What does + mean for array in PHP?

8 Answers
8

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *