mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed the format.
This commit is contained in:
parent
31c3dfdf52
commit
11acad981c
1 changed files with 3 additions and 2 deletions
|
@ -294,8 +294,9 @@ static struct gfxinfo *php_handle_jpeg(FILE *fp,pval *info)
|
|||
}
|
||||
|
||||
/* main function */
|
||||
/* {{{ proto array getimagesize(string imagefile[, array info])
|
||||
Get the size of an image as 4-element array */
|
||||
|
||||
/* {{{ proto array getimagesize(string imagefile [, array info])
|
||||
Get the size of an image as 4-element array */
|
||||
PHP_FUNCTION(getimagesize)
|
||||
{
|
||||
pval **arg1,**info = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue