Possible Values For: PHP_OS

前端 未结 3 1621
情歌与酒
情歌与酒 2020-12-04 12:11

Is there a place to find a list of the possible values for the PHP predefined constant PHP_OS ? I\'d like to use this value for a system requirements check, but

3条回答
  •  庸人自扰
    2020-12-04 12:45

    PHP passes through the uname, except on Windows (WINNT) and Netware (Netware). See Wikipedia for a non-exhaustive list of values not mentioned in your question:

    • CYGWIN_NT-5.1
    • IRIX64
    • SunOS
    • HP-UX
    • OpenBSD (not in Wikipedia)

提交回复
热议问题