dams Sat Jan 18 10:41:56 2003 EDT Modified files: /phpdoc/en/reference/image/functions gd-info.xml Log: now using entities and types tags Index: phpdoc/en/reference/image/functions/gd-info.xml diff -u phpdoc/en/reference/image/functions/gd-info.xml:1.1 phpdoc/en/reference/image/functions/gd-info.xml:1.2 --- phpdoc/en/reference/image/functions/gd-info.xml:1.1 Fri Jan 17 23:46:43 2003 +++ phpdoc/en/reference/image/functions/gd-info.xml Sat Jan 18 10:41:56 2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id='function.gd-info'> <refnamediv> <refname>gd_info</refname> - <refpurpose>Retrieve information about the currently installed GD support</refpurpose> + <refpurpose>Retrieve information about the currently installed GD +librairy</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -12,7 +12,7 @@ <void/> </methodsynopsis> <simpara> - Returns an <literal>associative array</literal> describing the version and capabilities of + Returns an associative array describing the version and capabilities of the installed GD library. </simpara> <para> @@ -28,57 +28,57 @@ <tbody> <row> <entry>GD Version</entry> - <entry><literal>String</literal> value describing the installed + <entry><type>string</type> value describing the installed <literal>libgd</literal> version.</entry> </row> <row> <entry>Freetype Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if Freetype Support is installed.</entry> </row> <row> <entry>Freetype Linkage</entry> - <entry><literal>String</literal> value describing the way in which + <entry><type>string</type> value describing the way in which Freetype was linked. Expected values are: 'with freetype', 'with TTF library', and 'with unknown library'. This element will only be defined if <literal>Freetype Support</literal> evaluated to - <literal>true</literal>.</entry> + &true;.</entry> </row> <row> <entry>T1Lib Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if <literal>T1Lib</literal> support is included.</entry> </row> <row> <entry>GIF Read Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if support for <emphasis>reading</emphasis> <literal>GIF</literal> images is included.</entry> </row> <row> <entry>GIF Create Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if support for <emphasis>creating</emphasis> <literal>GIF</literal> images is included.</entry> </row> <row> <entry>JPG Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if <literal>JPG</literal> support is included.</entry> </row> <row> <entry>PNG Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if <literal>PNG</literal> support is included.</entry> </row> <row> <entry>WBMP Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if <literal>WBMP</literal> support is included.</entry> </row> <row> <entry>XBM Support</entry> - <entry><literal>boolean</literal> value. <literal>true</literal> + <entry><type>boolean</type> value. &true; if <literal>XBM</literal> support is included.</entry> </row> </tbody>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php