[PHP-DEV] Bug #1027 Updated: fprintf() please From: andy <email protected>
Date: 07/22/01

ID: 1027
Updated by: andy
Reported By: smr <email protected>
Status: Open
Bug Type: Feature/Change Request
Operating System:
PHP Version: 4.0
New Comment:

Is fprintf going to be added or should this request be closed?

Previous Comments:
------------------------------------------------------------------------

[2001-02-10 12:55:39] jimw <email protected>

really moved to 4.0 this time.

------------------------------------------------------------------------

[2001-02-10 12:40:17] jimw <email protected>

still no fprintf. refiled against 4.0.

------------------------------------------------------------------------

[1999-01-05 04:09:14] smr <email protected>

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.

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=1027&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>