os = PHP_OS; } /** * Check id system is Windows * * @return bool */ public function isWindows() { return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'; } }