gd_info 사용 가능한 GD 라이브러리에 대한 정보를 배열로 반환
페이지 정보
작성자 LYJ 작성일14-05-19 21:38 조회16,867회 댓글0건관련링크
본문
gd_info 사용 가능한 GD 라이브러리에 대한 정보를 배열로 반환
array gd_info ( void )
<?php
var_dump(gd_info());
?>
array(12) {
["GD Version"]=>
string(27) "bundled (2.0.34 compatible)"
["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(true)
["JPEG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XPM Support"]=>
bool(true)
["XBM Support"]=>
bool(true)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
댓글목록
등록된 댓글이 없습니다.