gd_info -- Retrieve information about the currently installed GD library
Description
array gd_info ( void )
Returns an associative array describing the version and capabilities of
the installed GD library.
Таблица 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.