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 |
Which php framework is in demand?
What is "echo" in php?
What is php date function?
What are the differences between PHP 3 and PHP 4 and PHP 5?
How can you increase the maximum execution time of a script in php?
Which function is used to read a single character from a file in PHP.
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)?
Describe session in php.
What are sql functions?
What and How possible injection in PHP and mysql?
Why sessions are used in php?
Can we set session value in javascript?