Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Sometimes, you will need to reset variables, and

...

unset() will help you to do it.

Code Block
unset($array);

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

...