小提示: Darwin 为 mac OS 代码如下: <?php // 获取系统名 if(!function_exists("system_name")){ function system_name(): bool|string|null { return shell_exec("echo \$(uname)"); } }