vfprintf() - string
Write a string produced according to format to the
stream resource specified by handle.
Parameters :
handle - format - See sprintf() for a description of
format. args -
Syntax
int vfprintf
( resource $handle
, string $format
, array $args
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference