Which Scripting Engine PHP uses?



Which Scripting Engine PHP uses?..

Answer / Atul Kumar Srivastava

PHP uses the Zend Engine as its scripting engine. The Zend Engine is a highly optimized, PHP-specific execution engine designed to execute PHP scripts quickly and efficiently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Which php framework is in demand?

1 Answers  


What is "echo" in php?

1 Answers  


What is php date function?

1 Answers  


What are the differences between PHP 3 and PHP 4 and PHP 5?

2 Answers  


How can you increase the maximum execution time of a script in php?

1 Answers  


Which function is used to read a single character from a file in PHP.

1 Answers  


When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?

1 Answers  


Describe session in php.

1 Answers  


What are sql functions?

1 Answers  


What and How possible injection in PHP and mysql?

3 Answers   RedAlkemi,


Why sessions are used in php?

1 Answers  


Can we set session value in javascript?

1 Answers  


Categories