nerdexam
Zend

ZF-100-500 · Question #161

Which of the following is the method that is used to check whether the v ersion required for run ning the application exists or not?

The correct answer is D. Zend_Version::compareVersion($version). See the full explanation below for the reasoning.

Question

Which of the following is the method that is used to check whether the v ersion required for run ning the application exists or not?

Options

  • A$var = Zend_Version->compareVersion($version)
  • BZend_compareVersion($version)
  • CZend_Version::VERSION
  • DZend_Version::compareVersion($version)

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    17% (4)
  • C
    4% (1)
  • D
    75% (18)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice