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)- A2% (1)
- B6% (3)
- C83% (40)
- D8% (4)
Community Discussion
No community discussion yet for this question.