HOME
PHP
<?php $fruits = array("Banana","apple","orange"); var_dump($fruits); ?>