App\services\Storage::hash PHP 메소드

hash() 공개 정적인 메소드

public static hash ( $filename, $type = 'sha256' )
    public static function hash($filename, $type = 'sha256')
    {
        return hash_file('sha256', $filename);
    }