leftypol/inc/Data/Driver/Metadata/ExifReader.php

8 lines
125 B
PHP
Raw Normal View History

2025-03-21 01:38:57 +01:00
<?php
2025-03-22 00:08:51 +01:00
namespace Vichan\Data\Driver\Metadata;
2025-03-21 01:38:57 +01:00
interface ExifReader {
public function getOrientation(string $file): ?int;
}