PHP 8.5.0 Alpha 4 available for testing

Voting

: min(seven, eight)?
(Example: nine)

The Note You're Voting On

raja at tweetchennai dot com
15 years ago
Eg:

<?php
$image
= new Imagick('pic.png');
$image ->shearImage('grey', 10 , 5);
$image ->writeImage('final.png');
?>

<< Back to user notes page

To Top