function is_cli(){
    return preg_match("/cli/i", php_sapi_name()) ? 1 : 0;
}

 

相关文章: