(PHP 4 >= 4.0.1, PHP 5, PHP 7)
php_sapi_name — ���� web �������� PHP ֮��Ľӿ�����
�������� PHP ��ʹ�õĽӿ����ͣ�the Server API, SAPI����Сд�ַ����� ���磬CLI �� PHP ������ַ������� "cli"��Apache �¿��ܻ��м�����ͬ��ֵ��ȡ���ھ���ʹ�õ� SAPI�� �����г��˿��ܵ�ֵ��
���ؽӿ����͵�Сд�ַ�����
���ܲ���ȫ�棬���ܷ��ص�ֵ������ aolserver��apache�� apache2filter��apache2handler�� caudium��cgi ��ֱ�� PHP 5.3��, cgi-fcgi��cli�� cli-server�� continuity��embed��fpm-fcgi�� isapi��litespeed�� milter��nsapi�� phttpd��pi3web��roxen�� thttpd��tux �� webjames��
Example #1 php_sapi_name() ����
�������Ӽ�������ַ��� cgi����Ϊ��Ҳ�п��ܻ��� cgi-fcgi��
<?php
$sapi_type = php_sapi_name();
if (substr($sapi_type, 0, 3) == 'cgi') {
echo "You are using CGI PHP\n";
} else {
echo "You are not using CGI PHP\n";
}
?>
Note: ��һ�ַ���
PHP ����
PHP_SAPI
���к� php_sapi_name() ��ͬ��ֵ��
����� SAPI ���ܲ������ԣ����������ܶ���Ϊ apache2handler �� apache2filter�������� apache