update : 2015.11.03
php.shukuma.com검색:
|
imagesettile(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagesettile — Set the tile image for filling 설명
bool imagesettile
( resource
$image
, resource $tile
)
imagesettile() sets the tile image to be
used by all region filling functions (such as imagefill()
and imagefilledpolygon()) when filling with the special
color A tile is an image used to fill an area with a repeated pattern. Any GD image can be used as a tile, and by setting the transparent color index of the tile image with imagecolortransparent(), a tile allows certain parts of the underlying area to shine through can be created.
인수
반환값
성공 시 예제
Example #1 imagesettile() example
<?php 위 예제의 출력 예시: |