echo, print, printf, sprintf 区别

print // 输出字符串

echo // 输出一个或多个字符串

printf // 输出格式化字符串

sprintf // 返回格式化字符串

701