didou Mon Mar 15 05:38:30 2004 EDT
Modified files: /phpdoc/en/reference/cpdf/functions cpdf-import-jpeg.xml Log: fix parameter name http://cvs.php.net/diff.php/phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml:1.6 phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml:1.7 --- phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml:1.6 Thu Sep 11 07:16:40 2003 +++ phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml Mon Mar 15 05:38:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-import-jpeg"> <refnamediv> @@ -24,8 +24,8 @@ </methodsynopsis> <para> The <function>cpdf_import_jpeg</function> function opens an image - stored in the file with the name <parameter>file - name</parameter>. The format of the image has to be jpeg. The + stored in the file with the name <parameter>file_name</parameter>. + The format of the image has to be jpeg. The image is placed on the current page at position (<parameter>x-coor</parameter>, <parameter>y-coor</parameter>). The image is rotated by <parameter>angle</parameter> degrees.