PHP 8.5.0 Alpha 4 available for testing

Voting

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

The Note You're Voting On

mail at ignore dot area dot nospam dot joshho dot com
13 years ago
apparently GD does not support animated GIFs.

instead, we're stuck with the old fashioned way:
<?php
header
('Content-Type: image/gif');
echo
file_get_contents($destPathImage);
?>

<< Back to user notes page

To Top