Go to the source code of this file.
◆ exif_imagetype()
exif_imagetype |
( |
string | $filename | ) |
|
◆ exif_read_data()
exif_read_data |
( |
| $file, |
|
|
?string | $required_sections = null, |
|
|
bool | $as_arrays = false, |
|
|
bool | $read_thumbnail = false ) |
- Parameters
-
- Returns
- array<string, mixed>|false @refcount 1
Definition at line 19 of file exif.stub.php.
◆ exif_tagname()
exif_tagname |
( |
int | $index | ) |
|
◆ exif_thumbnail()
exif_thumbnail |
( |
| $file, |
|
|
& | $width = null, |
|
|
& | $height = null, |
|
|
& | $image_type = null ) |
- Parameters
-
resource | string | $file | |
int | $width | |
int | $height | |
int | $image_type | @refcount 1 |
Definition at line 28 of file exif.stub.php.
◆ EXIF_USE_MBSTRING
const EXIF_USE_MBSTRING = UNKNOWN |