mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
now using entities and types tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112412 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
45c08109f5
commit
d0a7f935fc
1 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue