Date: 01/11/03
- Next message: Tularis: "Re: [PHP-DOC] Re: "Description""
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- In reply to: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- Next in thread: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- Reply: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> Changed <type>int</type> to <type>resource</type> for file handles.
>> Also renamed <parameter>handle</parameter> to <parameter>fp</parameter>
>> for consistency.
>
> I do think, that handle is much better than fp for beginners, so I would
> do the other way...
>
I changed handle to fp (rather than the other way 'round) because all of
those files listed used "fp" except for the ONE that used "handle".
That's of course not to say that we can't still change 'em all to
"handle", but there are several examples peppered throughout the manual
which use $fp as the resource variable.
I'm personnally -1 on using "handle" as the parameter name, but it's a
weak -1... maybe more of a -0.5
-Pollita
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Tularis: "Re: [PHP-DOC] Re: "Description""
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- In reply to: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- Next in thread: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- Reply: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml p"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

