[PHP] fprintf

2001-10-02 Thread Bill Rausch
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, Windo

RE: [PHP] fprintf

2001-10-02 Thread Matthew Loff
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? --