开发者

How to check whether your code environment on Windows or on Linux or other OS

开发者 https://www.devze.com 2022-12-23 16:33 出处:网络
right now, i code custom wordpress theme and testing it in xampp windows XP on apache server. But as long as i concern, there\'s no wp build-in function to identify the code environment. Is there\'s a

right now, i code custom wordpress theme and testing it in xampp windows XP on apache server. But as long as i concern, there's no wp build-in function to identify the code environment. Is there's any PHP build-in function to identify such thing ?

for the record, what i want to code need to read a directory. in my apache (in windows), the path will be c:/xampp/htdocs where apache on linux will be \somepath\somepath\

so, is there any code solution to know what is the OS environment without i have to retrieve and compare the path ? i hope it will also work on other开发者_如何学JAVA OS with other webserver then APACHE such as IIS


You want php_uname() for this, and possibly php_sapi_name().


$_SERVER['SERVER_SOFTWARE'] should do it for you. Use strpos to look for Win32 or Unix.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号