Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
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()