php判断是否为命令行模式时间:2021-08-25 02:33:04 function is_cli(){ return preg_match("/cli/i", php_sapi_name()) ? : ; }