N98\Util\OperatingSystem::isNetware PHP Method

isNetware() public static method

Returns true if operating system is based on novell netware.
public static isNetware ( ) : boolean
return boolean
    public static function isNetware()
    {
        return (bool) stristr(PHP_OS, 'netware');
    }