|
6.字符(串)的替换 方法: $echo ${variable/oldletter/newletter} #替换一个 $echo ${variable//oldletter/newletter} #替换所有 code: PHP 代码:
zhyfly: ~$ x="this is a test" 上一篇:用C语言实现Ping程序功能 下一篇:PHP V5 迁移指南 更多相关文章
|
推荐文章
精彩文章
|