fprintf Write a formatted string to a stream Description intfprintf resourcehandle stringformat mixedargs 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 <function>fprintf</function>: zero-padded integers ]]> <function>fprintf</function>: formatting currency ]]>