PhpBrew\Platform\PlatformInfo::isWindowsKernel PHP Method

isWindowsKernel() private static method

private static isWindowsKernel ( $kernelName )
    private static function isWindowsKernel($kernelName)
    {
        return preg_match('/^Windows/', $kernelName) === 1;
    }