diff options
-rw-r--r-- | ext/gd/gd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 91cfc1f505..b2b7a8bcf9 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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 ) { |