Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
fprintf
Description
int fprintf ( resource handle, string format [, mixed args [, mixed ...]] )
Write a string produced according to format
to the stream resource specified by handle
.
format
is described in the documentation for
sprintf().
Returns the length of the outputted string.
See also: printf(), sprintf(), sscanf(), fscanf(), vsprintf(), and number_format().
Examples