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
int
printf(string
format
, mixed
... data
)
This function does approximately the same as:
write(sprintf(
,@format
data)).
There are no comments to this page yet!