PhpBrew\Platform\PlatformInfo::isWindowsKernel PHP Метод

isWindowsKernel() приватный статический Метод

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