Does empty check for null?
Answer / Bipin Bihari Chauhan
No, the empty keyword in PHP only checks for an empty string (""), an array with no elements ([]), or a variable that has not been set. To check for null, use the is_null() function.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do the initials of php stand for?
A process is identified by a unique___
What are some new features introduced in php7?
Do you know what is the use of rand() in php?
How are variables declared in php?
Where to put php files in apache server?
What is meant by content management system?
3 Answers Global Logic, IBEE, TCS, Toyota,
What is fetch array in php?
Why is php so popular?
How to stop the execution of php script?
What is $this in php?
What is the difference between super () and this ()?