PHP Sprawdź, czy tryb CLI
function is_cli()
{
return php_sapi_name() === 'cli';
}
Super Dude
function is_cli()
{
return php_sapi_name() === 'cli';
}