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

test() 공개 정적인 메소드

public static test ( ) : string
리턴 string
    public static function test()
    {
        return substr(sprintf('%o', fileperms(Path::get_path())), -4);
    }
Requirement_Backup_Path_Permissions