mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- function > parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58586 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
45d2383a2f
commit
7bc25ff72a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.56 $ -->
|
||||
<!-- $Revision: 1.57 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -1468,7 +1468,7 @@ function LoadWBMP ($imgname) {
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
<function>ImageFilledRectangle</function> creates a filled
|
||||
rectangle of color <function>col</function> in image
|
||||
rectangle of color <parameter>col</parameter> in image
|
||||
<parameter>im</parameter> starting at upper left coordinates
|
||||
<parameter>x1</parameter>, <parameter>y1</parameter> and ending
|
||||
at bottom right coordinates <parameter>x2</parameter>,
|
||||
|
|
Loading…
Reference in a new issue