Google News
logo
Zend framework - Interview Questions
What is Zend Engine?
Zend Engine is a set of various components used internally by PHP as a compiler and runs engine time. The most important Zend Engine part is the Zend Virtual Machine, which stabilizes the Zend Executor components and the Zend Compiler. PHP scripts are loaded into memory and organized into Zend opcodes.
Advertisement