declaring a variable as an array in php code example Example: php array <?php $array = array("foo", "bar", "hello", "world"); var_dump($array); ?>