<?php
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
A variable that has not yet been assigned value.
A variable defined with the value of the NULL constant.
A variable whose value was removed.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
?>
In PHP, NULL can have one of the following assignments:
* A variable that has not yet been assigned value.
* A variable defined with the value of the NULL constant.
* A variable whose value was removed.
In different languages, it can have different meanings.
In the next sections of this tutorial ...... will be studied in more detailSee the exercise with examples of this type of variable: