fprintf

Example

 int fprintf ( resource $handle , string $format [, mixed $args [, mixed $... ]] ) 

Description

Write a string produced according to format to the stream resource specified by handle.

Return Values

Returns the length of the string written.