[PHP-DEV] Bug #1027: fprintf() please From: smr <email protected>
Date: 01/05/99

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>