«

PHP字符串函数printf()的用法

时间:2024-3-1 20:28     作者:韩俊     分类: PHP


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() - 根据指定格式解析输入的字符 fscanf() - 从文件中格式化输入 flush() - 刷新输出缓冲

标签: php php教程

热门推荐