print
quoted_printable_decode
字符串函数
PHP Manual
printf
(PHP 4, PHP 5)
printf
—
输出格式化字符串
说明
int
printf
(
string
$format
[,
mixed
$args
[,
mixed
$...
]] )
依据
format
格式参数产生输出。
参数
format
format
描述信息,请参见
sprintf()
。
args
...
返回值
返回输出字符串的长度。
参见
print()
- 输出字符串
sprintf()
- Return a formatted string
vprintf()
- 输出格式化字符串
sscanf()
- Parses input from a string according to a format
fscanf()
- 从文件中格式化输入
flush()
- 刷新输出缓冲
print
quoted_printable_decode
字符串函数
PHP Manual