Zend PHP 5 Certification 200-500 Question # 2 Topic 1 Discussion

Zend PHP 5 Certification 200-500 Question # 2 Topic 1 Discussion

200-500 Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

What is the difference between isset() and other is_*() functions (is_alpha(), is_number(), etc.)?


A.

isset() is a function call and is_*() are not function calls


B.

is_*() are language constructs and isset() is not a language construct


C.

c) isset() is a language construct and is_*() are not language constructs


D.

d) is_*() return a value whereas isset() does not


Get Premium 200-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.