diff --git a/reference/strings/functions/vfprintf.xml b/reference/strings/functions/vfprintf.xml new file mode 100644 index 0000000000..fae267b18c --- /dev/null +++ b/reference/strings/functions/vfprintf.xml @@ -0,0 +1,77 @@ + + + + + vfprintf + Write a formatted string to a stream + + + Description + + intvfprintf + resourcehandle + stringformat + arrayargs + + + Write a string produced according to format + to the stream resource specified by handle. + format is described in the documentation for + sprintf. + + + Operates as fprintf but accepts an array of + arguments, rather than a variable number of arguments. + + + Returns the length of the outputted string. + + + See also: printf, + sprintf, + sscanf, fscanf, + vsprintf, and + number_format. + + + + Examples + + + <function>vfprintf</function>: zero-padded integers + + +]]> + + + + + + +