update : 2015.11.03
php.shukuma.com검색:
|
imageistruecolor(PHP 4 >= 4.3.2, PHP 5, PHP 7) imageistruecolor — Finds whether an image is a truecolor image 설명
bool imageistruecolor
( resource
$image
)
imageistruecolor() finds whether the image
반환값
Returns 예제
Example #1 Simple detection of true color image instances using imageistruecolor()
<?php 주의
참고
|