update : 2015.11.03
php.shukuma.com검색:
|
HaruDoc::loadPNG(PECL haru >= 0.0.1) HaruDoc::loadPNG — Load PNG image and return HaruImage instance 설명
object HaruDoc::loadPNG
( string
$filename
[, bool $deferred = false
] )Loads a PNG image. Libharu might be built without libpng support, in this case each call to this function would result in exception. 인수
반환값Returns a HaruImage instance. 오류/예외오류 시에 HaruException을 던짐. |