I wouldn\'t know under what keyword to look for this in the PHP database, so I\'m asking here.
Reason I want to know is because of how different Operating Systems handle
$svr_os=strtolower(reset(explode(' ',php_uname('s')))); $isLinux=$svr_os==='linux'; $isWindows=$svr_os==='windows';