Dutch PHP Conference 2026 - Call For Papers

Voting

: zero plus three?
(Example: nine)

The Note You're Voting On

fred at nowhere dot fr
15 years ago
One thing worse to mention is that imagesetthikness() works on the next object you draw.
For ex : you can draw a grid within a grapg with a thickness of 1

by invoking imagesetthickness($image, 1);

... script to draw your grid...

and then invoke imagesetthikness with a draw your graph lines with a thickness of 3
imagesetthickness($image, 3);
... script to draw your graph lines...

Hope this helps...

<< Back to user notes page

To Top