說明
1.SAPI為PHP提供了一個和外部通訊的接口, PHP就是透過這個介面來與其它的應用進行資料互動的。
2.提供了多種不同的SAPI,常見的有:apache、apache2filter、apache2handler、cli、cgi、embed 、fast-cgi、isapi 等等。
實例
php_sapi_name() — 傳回 web 伺服器和 PHP 之間的介面類型。可能傳回的值包括了aolserver、apache、apache2filter、apache2handler、 caudium、cgi (直到PHP 5.3), cgi-fcgi、cli、 cli-server、 continuity、embed、fpm-fcgi、isapi、litespeed、 milter、nsnsapi、httpd 、pi3web、roxen、 thttpd、tux 和 webjames。
以上就是php中SAPI的介紹,希望對大家有幫助。