Versioni confrontate

Chiave

  • Questa linea è stata aggiunta.
  • Questa linea è stata rimossa.
  • La formattazione è stata modificata.
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

...