Want this question answered?
Be notified when an answer is posted
Chat with our AI personalities
like this
To empty an array in PHP you need to use the unset function like shown below: <?php $array = array('hello', 'hi', 'weee'); unset($array); // empty ?>
Numeric array has numbers(+integers) that represent the values Associative array has strings that represent the values
4.1667
It is an array with the same number of rows and columns.