mirror of
https://github.com/php/php-src.git
synced 2024-12-19 23:11:42 +08:00
10 lines
362 B
PHP
10 lines
362 B
PHP
<?php
|
|
|
|
function exif_tagname(int $index): string|false {}
|
|
|
|
function exif_read_data($filename, ?string $sections_needed = null, bool $sub_arrays = false, bool $read_thumbnail = false): array|false {}
|
|
|
|
function exif_thumbnail($filename, &$width = null, &$height = null, &$imagetype = null): string|false {}
|
|
|
|
function exif_imagetype(string $filename): int|false {}
|