diff options
| -rw-r--r-- | ext/exif/exif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 92e00c12a2..45c49c99a5 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -3234,7 +3234,7 @@ PHP_FUNCTION(exif_thumbnail) } /* }}} */ -/* {{{ proto long getimagesize(string imagefile) +/* {{{ proto long exif_imagetype(string imagefile) Get the type of an image */ PHP_FUNCTION(exif_imagetype) { |
