nerdexam
Zend

200-550 · Question #230

What do bytecode caches do?

The correct answer is C. Save the results of the compilation of PHP scripts for reuse. See the full explanation below for the reasoning.

Question

What do bytecode caches do?

Options

  • ACache the output of PHP scripts for reuse
  • BTranslate PHP bytecode into machine code and cache the results
  • CSave the results of the compilation of PHP scripts for reuse
  • DSave large data structures (e.g. database result sets) in memory for reuse

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    83% (40)
  • D
    8% (4)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice