NULL
Previous  Next

The NULL value means no data. NULL can be written in any lettercase.

Be aware that the NULL value is different from values such as 0 for numeric types or the empty string '' for string types, but it is considered equal when performing implicit casting.

NULL is always evaluated as the PHP NULL value.