PHP 8.5.0 Alpha 1 available for testing

Voting

: zero plus seven?
(Example: nine)

The Note You're Voting On

admin at worldlanguages dot tk
20 years ago
In the example below, for those with newer GD versions, it makes more sense to replace:

imagearc($im, $center, $center, $diametre, $diametre, 0, 360, $el_color);

with:

imageellipse($im, $center, $center, $diametre, $diametre, $el_color);

This is obviously simpler.

<< Back to user notes page

To Top