Date: 01/05/99
- Next message: martin: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] Bug #1025: ora_getcolumn reports "found invalid type (11) in...""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: smr <email protected>
Operating system:
PHP version: 3.0.5
PHP Bug Type: Feature/Change Request
Bug description: fprintf() please
Quite often my PHP3-scripts take input from the user, and writes it into a file. I can do
fputs($fp,sprintf("%2d\n",$variable));
but it really looks ghastly. Fprintf would be nice to have.
I would also suggest that you take all the stdio-derived functions which is dispersed throughout the manual (in Filesystem and Strings) and collect them in a new section called "File I/O" or equivalent.
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: martin: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] Bug #1025: ora_getcolumn reports "found invalid type (11) in...""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

