php_sapi_name
GETS the type of interface between the web server and PHP.
SAPI =
Server Application Programming Interface.
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.