mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix an incorrect parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138710 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a0518ae991
commit
e046514754
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagechar">
|
||||
<refnamediv>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<para>
|
||||
<function>imagechar</function> draws the first character of
|
||||
<parameter>c</parameter> in the image identified by
|
||||
<parameter>id</parameter> with its upper-left at
|
||||
<parameter>image</parameter> with its upper-left at
|
||||
<parameter>x</parameter>,<parameter>y</parameter> (top left is 0,
|
||||
0) with the color <parameter>color</parameter>. If <parameter>font</parameter>
|
||||
is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers
|
||||
|
|
Loading…
Reference in a new issue