How can I get the server operating system in PHP? I would like to return something similar like this:
Windows 7 Service Pack 1 x64
How can I get the server operating system in PHP? I would like to return something similar like this:
Windows 7 Service Pack 1 x64
Take a look at the function and make sure it's what you need.
php_uname('s')
php_uname('m')
php_uname('v')