handle ) ) { $this->close(); } } /** * Are we running on Windows? * @return bool */ protected function isWindows() { return strtoupper( substr( PHP_OS, 0, 3 ) ) === 'WIN'; } }