PHP Community Marketing Expert Question:

Download Job Interview Questions and Answers PDF

Do you know what is Zend Engine?

PHP Community Marketing Expert Interview Question
PHP Community Marketing Expert Interview Question

Answer:

☛ Zend Engine is used internally by PHP as a compiler and runtime engine. PHP Scripts are loaded into memory and compiled into Zend opcodes.
☛ These opcodes are executed and the HTML generated is sent to the client.
☛ The Zend Engine provides memory and resource management, and other standard services for the PHP language. Its performance, reliability and extensibility played a significant role in PHP’s increasing popularity.

Download PHP Community Marketing Expert Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what are SQL Injections, how do you prevent them and what are the best practices?Explain what is Memcache?