php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
exif.stub.php File Reference

Go to the source code of this file.

Functions

 exif_tagname (int $index)
 
 exif_read_data ($file, ?string $required_sections=null, bool $as_arrays=false, bool $read_thumbnail=false)
 
 exif_thumbnail ($file, &$width=null, &$height=null, &$image_type=null)
 
 exif_imagetype (string $filename)
 

Variables

const EXIF_USE_MBSTRING = UNKNOWN
 

Function Documentation

◆ exif_imagetype()

exif_imagetype ( string $filename)

Definition at line 30 of file exif.stub.php.

◆ exif_read_data()

exif_read_data ( $file,
?string $required_sections = null,
bool $as_arrays = false,
bool $read_thumbnail = false )
Parameters
resource | string$file
Returns
array<string, mixed>|false @refcount 1

Definition at line 19 of file exif.stub.php.

◆ exif_tagname()

exif_tagname ( int $index)

@refcount 1

Definition at line 12 of file exif.stub.php.

◆ 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.

Variable Documentation

◆ EXIF_USE_MBSTRING

const EXIF_USE_MBSTRING = UNKNOWN

Definition at line 9 of file exif.stub.php.