From d0a7f935fc4e71ed36b6d77f820ab091238944d2 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sat, 18 Jan 2003 15:41:56 +0000 Subject: [PATCH] now using entities and types tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112412 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/gd-info.xml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/reference/image/functions/gd-info.xml b/reference/image/functions/gd-info.xml index 4e3dccd694..a1e6bf479f 100644 --- a/reference/image/functions/gd-info.xml +++ b/reference/image/functions/gd-info.xml @@ -1,9 +1,9 @@ - + gd_info - Retrieve information about the currently installed GD support + Retrieve information about the currently installed GD librairy Description @@ -12,7 +12,7 @@ - Returns an associative array describing the version and capabilities of + Returns an associative array describing the version and capabilities of the installed GD library. @@ -28,57 +28,57 @@ GD Version - String value describing the installed + string value describing the installed libgd version. Freetype Support - boolean value. true + boolean value. &true; if Freetype Support is installed. Freetype Linkage - String value describing the way in which + string 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 Freetype Support evaluated to - true. + &true;. T1Lib Support - boolean value. true + boolean value. &true; if T1Lib support is included. GIF Read Support - boolean value. true + boolean value. &true; if support for reading GIF images is included. GIF Create Support - boolean value. true + boolean value. &true; if support for creating GIF images is included. JPG Support - boolean value. true + boolean value. &true; if JPG support is included. PNG Support - boolean value. true + boolean value. &true; if PNG support is included. WBMP Support - boolean value. true + boolean value. &true; if WBMP support is included. XBM Support - boolean value. true + boolean value. &true; if XBM support is included.