Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::
Stdio
Stdio.FILE

Method Stdio.FILE()->printf()


Method printf

int printf(string format, mixed ... data)

Description

This function does approximately the same as:

write (sprintf (format ,@data ))
.

See also

write() , sprintf()