Browse Source

- minor changes

PHP-4.0.5
Uwe Steinmann 26 years ago
parent
commit
ffbb3c8bd8
  1. 2
      ext/pdf/pdf.c

2
ext/pdf/pdf.c

@ -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;

Loading…
Cancel
Save