Null

The special NULL value represents that a variable has no value.

Poznßmka: The null-type was introduced in PHP 4

Syntax

There is only one value of type null, and that is the case-insensitive keyword NULL.

$var = Null;