PHP 8.5.0 Alpha 4 available for testing

Voting

: max(one, six)?
(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