How do you represent the concept of “undefined” in PHP?
SQL has “NULL“, Python has “None“, what is the equivalent in PHP?
[updated]
Tanks everybody for the enlightening discussion (cHao, had you
written a response rather than a comment I would choose yours).
Php has NULL too
Taken from the docs