Don't use long as a type

This commit is contained in:
Rasmus Lerdorf 2002-08-13 04:11:51 +00:00
parent f9e8a5701b
commit 0779da509b

View File

@ -4043,7 +4043,7 @@ PHP_FUNCTION(exif_thumbnail)
}
/* }}} */
/* {{{ proto long exif_imagetype(string imagefile)
/* {{{ proto int exif_imagetype(string imagefile)
Get the type of an image */
PHP_FUNCTION(exif_imagetype)
{