php_sapi_name

(PHP 4 >= 4.0.1, PHP 5, PHP 7)

php_sapi_name���� web �������� PHP ֮��Ľӿ�����

˵��

php_sapi_name ( void ) : string

�������� 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_type03) == 'cgi') {
    echo 
"You are using CGI PHP\n";
} else {
    echo 
"You are not using CGI PHP\n";
}
?>

ע��

Note: ��һ�ַ���

PHP ���� PHP_SAPI ���к� php_sapi_name() ��ͬ��ֵ��

Tip

һ��DZ�ڵ���������

����� SAPI ���ܲ������ԣ����������ܶ���Ϊ apache2handler �� apache2filter�������� apache

�μ�