employer cover photo
employer logo
employer logo

Zoom Your Traffic Web Solutions

Est-ce votre entreprise ?

Question d’entretien chez Zoom Your Traffic Web Solutions

What is NULL

Réponse à la question d'entretien

Utilisateur anonyme

12 nov. 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 −