According to the official PHP documentation, the imagepng () function has the following signature:
bool imagepng ( resource $image [, string $filename [, int $quality [, int $filters ]]] )
Now I need to know what the standard quality value of $ is. I can not find it anywhere in the documentation.
Is there a source that explains this or anyone who knows about it?
source
share