On 16 Apr 2005 Khorosh Irani wrote:

> How I can find it in phpinfo() ?

Another (simpler) approach is:

        echo php_sapi_name();

which will return 'cli', 'cgi', etc.

--
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to