PhpBrew\Platform\PlatformInfo::isDarwinKernel PHP Method

isDarwinKernel() private static method

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