vsprintf
返回格式化字符串
&reftitle.description;
stringvsprintf
stringformat
arrayvalues
作用与 sprintf 函数类似,但是接收一个数组参数,而不是一系列可变数量的参数。
&reftitle.parameters;
&strings.parameter.format;
values
&reftitle.returnvalues;
根据 format 和数组参数返回处理后的字符串。
&reftitle.errors;
&strings.errors.vsprintf;
&reftitle.changelog;
&strings.changelog.vsprintf;
&reftitle.examples;
vsprintf: 前导 0 的整数
]]>
&example.outputs;
&reftitle.seealso;
printf
sprintf
fprintf
vprintf
vfprintf
sscanf
fscanf
number_format
date