On Tue, Dec 18, 2001 at 09:59:57PM +0100, Egon Schmid wrote: > > /phpdoc/en/functions image.xml > > Log: > > various: use goofy studly caps that are the convention for this > extension; imagearc: add see alsos, incorporate notes > > I think we have agreed with the lowercase variant. Sure the > lowercase function names aren?t readable. If someone have time, he > should put a underscore between each word in the function name and > move the old function names to a alias section. I ment of course the > PHP 4 source code and not the documentation.
all but a few of the image functions were mixed-case, so i just made it consistent. the extension could use a serious rethink, but that's been true since php3. :) one basic thing to do would be to remove all the imagecreatefrom{type} and image{type} functions and just use two functions that took type arguments (or figured out the type based on the file name or contents). anyway, take it up on php-dev if you want. i was just making that section of the manual a little more consistent with itself. jim