You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Sometimes, you will need to reset variables, and following functions will help you to do it.

unset($array);

If you need to use it as array, you should do like below

unset($v);
$v=array();


  • No labels