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
You could use the predefined constant PHP_OS.
I'm using
if (PHP_OS === 'WINNT') {...}