Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to differentiate isset and empty

Answer Posted / p .g .senthilkumar

isset -> this variable handling functions determine whether
a variable is set . It checks whether a variable is set
even though it is empty.

empty -> as the term itself has already given a sign that
it would related to something that's empty, this variable
handling functions determine whether a variable is empty.
It checks whether a variable has a value whether it's empty
string, zero(0), or not set at all.

Is This Answer Correct ?    36 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get no. of rows using MYSQL function?

1153


What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

1112


Why many companies are switching their current business language to php?

1160


Can you define an array argument as a reference type?

975


Write a program in php to reverse a number?

1047


What is the difference between query and question?

1017


What is super keyword in c++?

1063


Can we extend final class in php?

1131


How to call php function from javascript using ajax?

1056


Explain the difference between require() and require_once()?

1019


What is the difference between print() and echo() in PHP?

1108


What is the purpose of constant() function?

1228


How can MYSQL functions be available with PHP?

1077


What is curl php?

1075


What is trim function in php?

1130