1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

- minor changes

This commit is contained in:
Uwe Steinmann
2000-06-19 19:46:24 +00:00
parent c454a4156e
commit ffbb3c8bd8

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