int 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 IMG_COLOR_TILED.
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.
Note:
You need not take special action when you are finished with a tile, but if you
destroy the tile image, you must not use the IMG_COLOR_TILED
color until you have set a new tile image!
Php imagesettile Function syntax tag
imagesettile php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php imagesettile syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.