Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10
PHP has different functions which can be used to test the value of a variable. Three useful functions for this are isset(), empty() and is_null(). All these function return a boolean value. If these functions are not used in correct way they can cause unexpected results. https://www.virendrachandak.com/techtalk/php-isset-vs-empty-vs-is_null/
21st May 2018, 2:51 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar