fix parameter name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153707 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-03-15 10:38:29 +00:00
parent f9254963f8
commit 677678e70a

View file

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