Added URL refernce to libGD > 2.0.2 (required for this function)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105433 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2002-11-23 20:15:25 +00:00
parent 7d79ad8ab5
commit 0bda9ee3bc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imageellipse">
<refnamediv>
@ -25,7 +25,10 @@
ellipse's width and height respectively. The color of the ellipse is
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>
<note><para>
This function was added in PHP 4.0.6 and requires GD 2.0.2 or later
which can be obtained at <ulink url="&url.gd;">&url.gd;</ulink>
</para></note>
<para>
See also <function>imagearc</function>.
</para>