gpt4 book ai didi

php-cli : What is the best way to detect the hosting OS?

转载 作者:可可西里 更新时间:2023-11-01 13:40:51 26 4
gpt4 key购买 nike

我有一个脚本,我想在 Cygwin 下的 Windows 和 Linux 上运行。出于某些目的,我必须区分这两个运行环境。最好的方法是什么?

最佳答案

有一个预定义的常量 PHP_OS 会有所帮助,但它只显示构建 PHP 的操作系统,而不是它正在运行的操作系统。

php_uname是您想要发现有关运行您的代码的当前服务器的信息:

php_uname() returns a description of the operating system PHP is running on.

具体而言,

php_uname('s'); // Operating system name. eg. FreeBSD. 

关于php-cli : What is the best way to detect the hosting OS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2184835/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com