App\services\Storage::hash PHP Method

hash() public static method

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