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:
jim winstead 2001-12-08 23:53:01 +00:00
parent d9ac50587d
commit 6096abcacb

View file

@ -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>