I have read Best way to clear a PHP array's values and nobody suggested
$array = false;
I have used it in my code to recycle an array and it seems to work fine.
Are there any reasons why it shouldn't be used?
I have read Best way to clear a PHP array's values and nobody suggested
$array = false;
I have used it in my code to recycle an array and it seems to work fine.
Are there any reasons why it shouldn't be used?