php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
exif.stub.php
Go to the documentation of this file.
1
<?php
2
4
9
const
EXIF_USE_MBSTRING
= UNKNOWN;
10
12
function
exif_tagname
(
int
$index): string|false {}
13
19
function
exif_read_data
(
$file
, ?string $required_sections = null, bool $as_arrays = false, bool $read_thumbnail = false): array|false {}
20
28
function
exif_thumbnail
(
$file
, &$width = null, &$height = null, &$image_type = null): string|false {}
29
30
function
exif_imagetype
(string
$filename
): int|false {}
$filename
$filename
Definition
create.php:9
$file
$file
Definition
encryption.php:9
EXIF_USE_MBSTRING
const EXIF_USE_MBSTRING
Definition
exif.stub.php:9
exif_tagname
exif_tagname(int $index)
Definition
exif.stub.php:12
exif_imagetype
exif_imagetype(string $filename)
Definition
exif.stub.php:30
exif_thumbnail
exif_thumbnail($file, &$width=null, &$height=null, &$image_type=null)
Definition
exif.stub.php:28
exif_read_data
exif_read_data($file, ?string $required_sections=null, bool $as_arrays=false, bool $read_thumbnail=false)
Definition
exif.stub.php:19
function
function(EX_VAR(opline->result.var))
ext
exif
exif.stub.php
Generated on Sat Aug 23 2025 01:46:07 for php-internal-docs by
1.13.2