nerdexam
Zend

200-530 · Question #3741

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

The correct answer is C. c) isset() is a language construct and is_*() are not language constructs. Zend 200-530 Exam

PHP Basics

Question

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

Options

  • Aisset() is a function call and is_*() are not function calls
  • Bis_*() are language constructs and isset() is not a language construct
  • Cc) isset() is a language construct and is_*() are not language constructs
  • Dd) is_*() return a value whereas isset() does not

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    9% (2)
  • C
    82% (18)
  • D
    5% (1)

Explanation

Zend 200-530 Exam

Topics

#isset#language constructs#is_* functions#type checking

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice