Answer Posted / vijith
Zend Engine is used internally by PHP as a complier 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 same is
depicted below
Zend Engine
What is zend engine in PHP?
Zend engine is like a virtual machine and is an open source,
and is known for its role in automating the web using PHP.
Zend is named after its developers Zeev and Aandi. Its
reliability, performance and extensibility has a significant
role in increasing the PHP’s popularity. The Zend Engine II
is the heart of PHP 5. It is an open source project and
freely available under BSD style license.
for more visit :http://www.careerride.com/PHP-zend-engine.aspx
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which function Returns the time of sunrise for a given day / location in PHP.
What is the use of header() function in PHP? What the Limitation of HEADER()?
What is symfony php?
Can you extend a final defined class?
When do sessions end?
What is php built on?
What is the function in PHP do not return a timestamp?
What is mysql_real_escape_string used for?
What are the data types in php?
What is cookie and why do we use it?
Explain Traits in PHP?
What is variable function php?
What are encryption functions in php?
What is strcmp () in php?
Why do we use csrf token?