nerdexam
Zend

ZF-100-500 · Question #83

Which of the following is the method that is used to check whether the version required for running the application exists or not?

The correct answer is C. 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 version required for running the application exists or not?

Options

  • A$var = Zend_Version->compareVersion($version)
  • BZend_Version::VERSION
  • CZend_Version::compareVersion($version)
  • DZend_compareVersion($vers ion)

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    81% (22)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice