Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Output a PNG image to either the browser or a file
<?php imagepng(    GdImage $image,    resource|string|null $file = null,    int $quality = -1,    int $filters = -1): bool