didou Fri Jun 20 10:37:21 2003 EDT Modified files: /phpdoc/en/reference/image/functions imagecolorallocate.xml imagecolorallocatealpha.xml imagecolordeallocate.xml Log: linking Index: phpdoc/en/reference/image/functions/imagecolorallocate.xml diff -u phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.3 phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.4 --- phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.3 Thu Apr 18 13:13:09 2002 +++ phpdoc/en/reference/image/functions/imagecolorallocate.xml Fri Jun 20 10:37:21 2003 @@ -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.imagecolorallocate"> <refnamediv> @@ -38,6 +38,10 @@ </para> <para> Returns -1 if the allocation failed. + </para> + <para> + See also <function>imagecolorallocatealpha</function> and + <function>imagecolordeallocate</function>. </para> </refsect1> </refentry> Index: phpdoc/en/reference/image/functions/imagecolorallocatealpha.xml diff -u phpdoc/en/reference/image/functions/imagecolorallocatealpha.xml:1.1 phpdoc/en/reference/image/functions/imagecolorallocatealpha.xml:1.2 --- phpdoc/en/reference/image/functions/imagecolorallocatealpha.xml:1.1 Sat Jan 25 20:34:13 2003 +++ phpdoc/en/reference/image/functions/imagecolorallocatealpha.xml Fri Jun 20 10:37:21 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.imagecolorallocatealpha"> <refnamediv> <refname>imagecolorallocatealpha</refname> @@ -25,6 +25,10 @@ </para> <para> Returns &false; if the allocation failed. + </para> + <para> + See also <function>imagecolorallocate</function> and + <function>imagecolordeallocate</function>. </para> </refsect1> </refentry> Index: phpdoc/en/reference/image/functions/imagecolordeallocate.xml diff -u phpdoc/en/reference/image/functions/imagecolordeallocate.xml:1.3 phpdoc/en/reference/image/functions/imagecolordeallocate.xml:1.4 --- phpdoc/en/reference/image/functions/imagecolordeallocate.xml:1.3 Thu Apr 18 13:13:09 2002 +++ phpdoc/en/reference/image/functions/imagecolordeallocate.xml Fri Jun 20 10:37:21 2003 @@ -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.imagecolordeallocate"> <refnamediv> @@ -15,8 +15,9 @@ </methodsynopsis> <para> The <function>imagecolordeallocate</function> function - de-allocates a color previously allocated with the - <function>imagecolorallocate</function> function. + de-allocates a color previously allocated with + <function>imagecolorallocate</function> or + <function>imagecolorallocatealpha</function>. <informalexample> <programlisting role="php"> <![CDATA[ @@ -25,6 +26,10 @@ ]]> </programlisting> </informalexample> + </para> + <para> + See also <function>imagecolorallocate</function> and + <function>imagecolorallocatealpha</function>. </para> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php