當前位置:編程學習大全網 - 電腦編程 - php_sapi_name

php_sapi_name

PHPphp_sapi_name()?PHP?SAPISAPI?Server API?PHP?Web

php_sapi_name()?$sapi_type?

php

<?php

$sapi_type = php_sapi_name();

>

substr()?$sapi_type?'cgi'?'cgi'?PHPCGI?

php

if (substr($sapi_type, 0, 3) == 'cgi') {

You are using CGI PHP$sapi_type?'cgi'?CGI

php

echo "You are not using CGI PHP\n";

PHP?CGIWebPHP

  • 上一篇:ASI總線的ASI總線應用
  • 下一篇:大行天津武清區有專賣店嗎
  • copyright 2024編程學習大全網