mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
image*ellipse: add see also for image*arc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64309 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d9ac50587d
commit
6096abcacb
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.64 $ -->
|
||||
<!-- $Revision: 1.65 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -324,6 +324,9 @@
|
|||
specified by <parameter>color</parameter>.
|
||||
</para>
|
||||
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.2 or later</para></note>
|
||||
<para>
|
||||
See also <function>ImageArc</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -355,6 +358,9 @@
|
|||
<parameter>color</parameter>
|
||||
</para>
|
||||
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1 or later</para></note>
|
||||
<para>
|
||||
See also <function>ImageFilledArc</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue