exif_thumbnail

Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Retrieve the embedded thumbnail of an image
<?php exif_thumbnail(    resource|string $file,    int &$width = null,    int &$height = null,    int &$image_type = null): string|false