1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 19:14:16 +02:00
Files
archived-php-src/ext/exif/exif.stub.php
2020-04-04 20:41:48 +02:00

12 lines
397 B
PHP

<?php
/** @generate-function-entries */
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 {}