mirror of
https://github.com/php/php-src.git
synced 2024-12-03 14:54:40 +08:00
This arg is optional
This commit is contained in:
parent
6e4114daf0
commit
2de9baf655
@ -412,7 +412,7 @@ void php3_imagecreatefrompng (INTERNAL_FUNCTION_PARAMETERS) {
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int imagepng(int im, string filename)
|
||||
/* {{{ proto int imagepng(int im [, string filename])
|
||||
Output image to browser or file */
|
||||
void php3_imagepng (INTERNAL_FUNCTION_PARAMETERS) {
|
||||
pval *imgind, *file;
|
||||
@ -524,7 +524,7 @@ PHP_FUNCTION(imagecreatefromgif )
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int imagegif(int im, string filename)
|
||||
/* {{{ proto int imagegif(int im [, string filename])
|
||||
Output image to browser or file */
|
||||
PHP_FUNCTION(imagegif )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user