Pergunta de entrevista da empresa Zoom Your Traffic Web Solutions

What is NULL

Resposta da entrevista

Sigiloso

12 de nov. de 2016

NULL is a special type that only has one value: NULL. To give a variable the NULL value, simply assign it like this − $my_var = NULL; The special constant NULL is capitalized by convention, but actually it is case insensitive; you could just as well have typed −