PHP Null Data Type With Examples

Null Data Type:

Null Data Type represents a variable with no value

Null is a special data type which can have only one value: NULL.

If a variable is created without a value, it is automatically assigned a value of NULL.


Example:


Result:


  NULL

Read More: