posix_uname()
posix_uname - Get system name
Syntax
array posix_uname ()
Arguments
-
Description
Gets information about the system.
Version
PHP 4, 5
Return value
Returns a hash of strings with information about the system. The indices of the hash are sysname - operating system name (e.g. Linux) nodename - system name (e.g. valiant) release - operating system release (e.g. 2.2.10) version - operating system version (e.g. #4 Tue Jul 20 17:01:36 MEST 1999) machine - system architecture (e.g. i586) domainname - DNS domainname (e.g. example.com)