|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-10 12:40 UTC] jimw@php.net
[2001-02-10 12:55 UTC] jimw@php.net
[2001-07-22 12:27 UTC] andy@php.net
[2002-01-09 10:02 UTC] jan@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
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.