php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
exif_arginfo.h
Go to the documentation of this file.
1/* This is a generated file, edit the .stub.php file instead.
2 * Stub hash: 633b2db018fa1453845a854a6361f11f107f4653 */
3
5 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
7
10 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, required_sections, IS_STRING, 1, "null")
11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, as_arrays, _IS_BOOL, 0, "false")
12 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, read_thumbnail, _IS_BOOL, 0, "false")
14
17 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, width, "null")
18 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, height, "null")
19 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, image_type, "null")
21
23 ZEND_ARG_TYPE_INFO(0, filename, IS_STRING, 0)
25
30
31static const zend_function_entry ext_functions[] = {
32 ZEND_FE(exif_tagname, arginfo_exif_tagname)
33 ZEND_FE(exif_read_data, arginfo_exif_read_data)
34 ZEND_FE(exif_thumbnail, arginfo_exif_thumbnail)
35 ZEND_FE(exif_imagetype, arginfo_exif_imagetype)
37};
38
39static void register_exif_symbols(int module_number)
40{
42}
file(string $filename, int $flags=0, $context=null)
#define USE_MBSTRING
Definition exif.c:40
exif_tagname(int $index)
Definition exif.stub.php:12
exif_imagetype(string $filename)
Definition exif.stub.php:30
exif_thumbnail($file, &$width=null, &$height=null, &$image_type=null)
Definition exif.stub.php:28
exif_read_data($file, ?string $required_sections=null, bool $as_arrays=false, bool $read_thumbnail=false)
Definition exif.stub.php:19
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(name, return_reference, required_num_args, type)
Definition zend_API.h:185
#define ZEND_FE_END
Definition zend_API.h:124
struct _zend_function_entry zend_function_entry
#define ZEND_ARG_INFO(pass_by_ref, name)
Definition zend_API.h:130
#define ZEND_END_ARG_INFO()
Definition zend_API.h:219
#define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_value)
Definition zend_API.h:140
#define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null)
Definition zend_API.h:138
#define ZEND_FE(name, arg_info)
Definition zend_API.h:86
#define ZEND_FUNCTION(name)
Definition zend_API.h:75
#define ZEND_ARG_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, default_value)
Definition zend_API.h:132
#define CONST_PERSISTENT
#define REGISTER_LONG_CONSTANT(name, lval, flags)
#define MAY_BE_STRING
#define MAY_BE_FALSE
#define MAY_BE_LONG
#define MAY_BE_ARRAY
#define IS_STRING
Definition zend_types.h:606
#define IS_LONG
Definition zend_types.h:604
#define _IS_BOOL
Definition zend_types.h:629