Skip to content

Instantly share code, notes, and snippets.

@asika32764
Created August 16, 2014 06:18
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asika32764/90e49a82c124858c9e1a to your computer and use it in GitHub Desktop.
Save asika32764/90e49a82c124858c9e1a to your computer and use it in GitHub Desktop.
PHP_OS possible values

Some possible values for PHP predefined constant PHP_OS:

  • CYGWIN_NT-5.1
  • Darwin
  • FreeBSD
  • HP-UX
  • IRIX64
  • Linux
  • NetBSD
  • OpenBSD
  • SunOS
  • Unix
  • WIN32
  • WINNT
  • Windows
@flaviosantos-dev
Copy link

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment