|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-07-13 14:45 UTC] tularis@php.net
[2007-07-27 09:47 UTC] mgf@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 07:00:01 2025 UTC |
Description: ------------ On the documentation page for imagejpeg, it has the following description for the $filename parameter: -- filename The path to the saved file. If not set or NULL, the raw image stream will be outputed directly. To skip this argument in order to provide the quality parameter, use NULL. -- The sentence "The path to the saved file" sounds as if it is to load a previously-saved image from that path, then display it. From user-submitted notes it appears that it actually saves the image to that file (which would make more sense). In which case it should say "The path to save the file to" or something similar. "Saved" should not be in the past tense. (Also, my browser spell checker says that "outputed" should be spelt "outputted".)