PHP 8.5.0 Alpha 4 available for testing

Voting

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

The Note You're Voting On

moguchicorp at gmail dot com
14 years ago
It also accepts color definitions by name and hexa, as in

<?php
$draw
= new ImagickDraw();

/* defined color black */
$draw->setFillColor('black');

/* some light brown */
$draw->setFillColor('#a4610f');

?>

<< Back to user notes page

To Top