The lack of fprintf() has been discussed on this list before, but I'm
not sure what the status is on the PHP development side...

http://bugs.php.net/bug.php?id=1027



-----Original Message-----
From: Bill Rausch [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 02, 2001 7:08 PM
To: [EMAIL PROTECTED]
Subject: [PHP] fprintf


There doesn't appear to be an fprintf function. I'm using:

fputs( $fp, sprintf( $format, ... ) );

Is this the recommended workaround?

I was wondering why fprintf was left out since so many other standard 
C library routines are present?

-- 
  Bill Rausch, Software Development, Unix, Mac, Windows
  Numerical Applications, Inc.  509-943-0861   [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to