]> granicus.if.org Git - php/commitdiff
- minor changes
authorUwe Steinmann <steinm@php.net>
Mon, 19 Jun 2000 19:46:24 +0000 (19:46 +0000)
committerUwe Steinmann <steinm@php.net>
Mon, 19 Jun 2000 19:46:24 +0000 (19:46 +0000)
ext/pdf/pdf.c

index 9210e9a3faa90670f1601498a2cfd9af5bb2d9e3..eb07fc4c3b0c3660e0a6969b44cf215e26c27d03 100644 (file)
@@ -2523,7 +2523,7 @@ PHP_FUNCTION(pdf_close_image) {
 }
 /* }}} */
 
-/* {{{ proto void pdf_place_image(int pdf, int pdfimage, int x, int y, int scale)
+/* {{{ proto void pdf_place_image(int pdf, int pdfimage, double x, double y, double scale)
    Places image in the pdf document */
 PHP_FUNCTION(pdf_place_image) {
        pval *arg1, *arg2, *arg3, *arg4, *arg5;