Name

vfprintf

Synopsis

int vfprintf(resource stream, string format, array values)

Writes a string created by filling format with the arguments given in the array values to the stream stream and returns the length of the string sent. See printf() for more information on using this function.

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.