How fast is php_uname() say doing php_uname('s n')
or php_uname('a')
. The reason I ask is because I'd like to use it to determine which server I'm on and therefore the configuration (paths, etc).
This is related to Is there a PHP function or variable giving the local host name?