]> granicus.if.org Git - php/commitdiff
This arg is optional
authorRasmus Lerdorf <rasmus@php.net>
Wed, 10 Nov 1999 18:57:19 +0000 (18:57 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 10 Nov 1999 18:57:19 +0000 (18:57 +0000)
ext/gd/gd.c

index 91cfc1f505e73ecc57f29a648de6dbac61e27864..b2b7a8bcf9c7a374a19871a1f7342dae9ebc6d55 100644 (file)
@@ -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 )
 {