fprintf
フォーマットされた文字列をストリームに書き込む
&reftitle.description;
intfprintf
resourcehandle
stringformat
mixedargs
mixed...
format によって作成された文字列を
handle で指定したストリームに書き込みます。
&reftitle.parameters;
handle
&fs.file.pointer;
format
format については、
sprintf のドキュメントで説明されています。
args
...
&reftitle.returnvalues;
書き込まれた文字列の長さを返します。
&reftitle.examples;
fprintf: 数値のゼロ埋め
]]>
fprintf: 金額のフォーマット
]]>
&reftitle.seealso;
printf
sprintf
sscanf
fscanf
vsprintf
number_format