mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
7d79ad8ab5
commit
0bda9ee3bc
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue