jacob
asked May 12 2017
Answer
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.
linuxhelp
asked Jan 17 2019
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..?