PHP常用字符串函数

(1)echo,print,print_r,printf,sprintf   前两个函数是输出字符串.字符串中如果有变量名则被替换成其值.  print_r也是输出函数,不同的是他...