update : 2015.11.03
php.shukuma.com검색:
|
imagecolortransparent(PHP 4, PHP 5, PHP 7) imagecolortransparent — Define a color as transparent 설명
int imagecolortransparent
( resource
$image
[, int $color
] )
Sets the transparent color in the given 인수
반환값
The identifier of the new (or current, if none is specified)
transparent color is returned. If 예제
Example #1 imagecolortransparent() example
<?php 위 예제의 출력 예시: 주의
|