gd_info -- Retrieve information about the currently installed GD library
Syntax
array gd_info ( void )
Returns an associative array describing the version and capabilities of
the installed GD library.
Table 1. Elements of array returned by gd_info()
Attribute
Meaning
GD Version
string value describing the installed
libgd version.
Freetype Support
boolean value. TRUE
if Freetype Support is installed.
Freetype Linkage
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.
gd info php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php gd info syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.