nerdexam
Zend

ZF-100-500 · Question #190

Which of the following code snippets will create a memory manager object?

The correct answer is D. $memoryManager = Zend_Memory::factory('None'). See the full explanation below for the reasoning.

Question

Which of the following code snippets will create a memory manager object?

Options

  • A$memoryManager = Zend_Memory:=>factory('None');
  • B$memoryManager = Zend_Memoryfactory::None;
  • C$memoryManager = Zend_Memory::factory.None;
  • D$memoryManager = Zend_Memory::factory('None');

How the community answered

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

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice