Zephir\Utils::isBsd PHP 메소드

isBsd() 공개 정적인 메소드

Check if the host OS is BSD based
public static isBsd ( ) : boolean
리턴 boolean
    public static function isBsd()
    {
        return false !== stristr(strtolower(PHP_OS), 'bsd');
    }