Sep
17
2010
|
|
| gd_info (PHP 4 >= 4.3.0, PHP 5) gd_info -- Retrieve information about the currently installed GD libraryОписание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()
| ||||||||||||||||||||||
<?php var_dump(gd_info()); ?> |
The typical output is :
array(9) {
["GD Version"]=>
string(24) "bundled (2.0 compatible)"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XBM Support"]=>
bool(false)
} |
See also imagepng(), imagejpeg(), imagegif(), imagewbmp(), and imagetypes().
| Комментарии |
|
Powered by !JoomlaComment 3.26