Jump to content

A little confusion


Liquid Fire

Recommended Posts

I am right now getting a little confusing with finding is a value is null because there are several ways.  I mean the ways I know of checking stuff are :

 

isset()

is_null()

empty()

$var != null

$var !== null

 

now there are usually only 2 cases I need which are if it is null or if it is valid.  now for the first one i know to use $var === null.  Now the second one, what i consider a valid value is if it is not null and not an empty string ('').  Do one of these provide the second option?

Link to comment
https://forums.phpfreaks.com/topic/89419-a-little-confusion/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.