nerdexam
Zend

ZF-100-500 · Question #7

You want a formatted date for an RSS feed. Which of the following code syntaxes will you use to accomplish the task?

The correct answer is B. Zend_Date::RSS. See the full explanation below for the reasoning.

Question

You want a formatted date for an RSS feed. Which of the following code syntaxes will you use to accomplish the task?

Options

  • AZend_Date::RSSFEED
  • BZend_Date::RSS
  • C$RSS= new Zend_RSS_Date()
  • DZend_Date->RSS

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    83% (24)
  • C
    3% (1)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice