0

what is the use of SAPI in PHP

I have seen SAPI php in many areas. May i know what is that and how its helpful for me to do so..?

jacob
asked May 12, 2017
1 Answer
0

SAPI stands for "Server API". It is the mechanism that controls the interaction between the "outside world" and the PHP/Zend engine. So, you would always want to use it. In fact, you cannot avoid using it without a lot of effort since even CLI is considered a SAPI.

View More
linuxhelp
answered Jan 17, 2019
Your Answer
||||
 
100:0