mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added required parameter gsave, really should be taken out of php-cvs I think, and be default to 1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140070 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b05cac16e0
commit
79e3555dce
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-import-jpeg">
|
||||
<refnamediv>
|
||||
|
@ -19,6 +19,7 @@
|
|||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x-scale</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y-scale</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>gsave</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -28,6 +29,8 @@
|
|||
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.
|
||||
<parameter>gsave</parameter> should be non-zero to allow this
|
||||
function to operate correctly.
|
||||
</para>
|
||||
|
||||
&cpdf.ul;
|
||||
|
|
Loading…
Reference in a new issue