parrotcode: PHP formatted_print Standard Library | |
Contents | Language Implementations | Pipp |
php_formatted_print.pir - PHP formatted_print Standard Library
int fprintf(resource stream, string format [, mixed arg1 [, mixed ...]])
int printf(string format [, mixed arg1 [, mixed ...]])
string sprintf(string format [, mixed arg1 [, mixed ...]])
int vfprintf(resource stream, string format, array args)
int vprintf(string format, array args)
string vsprintf(string format, array args)
|