HM\BackUpWordPress\Requirement_Server_OS::test PHP 메소드

test() 공개 정적인 메소드

public static test ( ) : string
리턴 string
    public static function test()
    {
        return PHP_OS;
    }
Requirement_Server_OS