fprintf() - string
Write a string produced according to format to the
stream resource specified by handle.
Parameters :
handle - A file system pointer resource
that is typically created using fopen(). format - See sprintf() for a description of
format. args - ... -
Syntax
int fprintf
( resource $handle
, string $format
[, mixed $args
[, mixed $...
]] )
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference