123456789101112131415161718192021222324 |
- <?php
- function exif_tagname(int $index): string|false {}
- function exif_read_data($file, ?string $required_sections = null, bool $as_arrays = false, bool $read_thumbnail = false): array|false {}
- function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false {}
- function exif_imagetype(string $filename): int|false {}
|