mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f9254963f8
commit
677678e70a
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue