diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:07 -0400 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:20 -0400 |
commit | 28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch) | |
tree | a2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/exif | |
parent | 2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff) | |
download | php-git-28d7bb97a11c8eb55d568cb095517861c2e33d45.tar.gz |
Fix more proto comments
Diffstat (limited to 'ext/exif')
-rw-r--r-- | ext/exif/exif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index e06308764f..0d7d99e5f9 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -2328,7 +2328,7 @@ static char * exif_get_markername(int marker) #endif /* }}} */ -/* {{{ proto string exif_tagname(index) +/* {{{ proto string exif_tagname(int index) Get headername for index or false if not defined */ PHP_FUNCTION(exif_tagname) { @@ -3905,7 +3905,7 @@ static int exif_read_file(image_info_type *ImageInfo, char *FileName, int read_t } /* }}} */ -/* {{{ proto array exif_read_data(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]]) +/* {{{ proto array exif_read_data(string filename [, string sections_needed [, bool sub_arrays[, bool read_thumbnail]]]) Reads header data from the JPEG/TIFF image filename and optionally reads the internal thumbnails */ PHP_FUNCTION(exif_read_data) { |