From a08b515d3c05799887a2c34c5fcb9a06fa0e56b2 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Sat, 7 Aug 2004 18:21:07 +0000 Subject: [PATCH] - Add vfprintf(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165670 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/vfprintf.xml | 77 ++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 reference/strings/functions/vfprintf.xml 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 + + +]]> + + + + + + +