PHP 8.5.0 Alpha 2 available for testing

Voting

: max(four, six)?
(Example: nine)

The Note You're Voting On

colin at galaxyinteractive dot net
19 years ago
Didn't see this documented, although it's outlined in imagefilledrectangle, it wasn't quite so obvious to me at first

imageSetTile($image,$imageBack);
imagefill($image,0,0,IMG_COLOR_TILED);

Will fill an image with a texture (this is great as I'm building a logo/template creator)

<< Back to user notes page

To Top