(PHP 3, PHP 4, PHP 5)
imagesetpixel() draws a pixel at the specified coordinate.
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
x-coordinate
y-coordinate
A color identifier created with imagecolorallocate()
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.