Answer Posted / ahmad pujianto
It is a cool thing that zend company make for accelerating
the code processing in php. But don't bother to install it.
B-coz it has been installed in our php server engine.
Just use the latest php server.
You can check the zend engine version by your php server
configuration.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we determine whether a variable is set?
What is difference between required and require_once in php?
Tell me what are the __construct() and __destruct() methods in a php class?
What is isset function in php?
What is T_PAAMAYIM_NEKUDOTAYIM?
What is the use of extract function in php?
What should we do to be able to export data into an excel file?
What is __ invoke in php?
What is the difference between require_once and require in php?
What is the difference between php 5 and php 7?
What is the use of die in php?
Tell me how can we automatically escape incoming data?
How is the comparison of objects done in php?
Tell me can the value of a constant change during the script's execution?
How can we set and destroy the cookie in php?