仓酷云
标题:
PHP网页编程之php之str_replace详解
[打印本页]
作者:
小女巫
时间:
2015-1-16 22:11
标题:
PHP网页编程之php之str_replace详解
通过这段时间的学习实践,对软件开发有了更多新的认识,不在局限于之前的片面性。当然,现在所学到的工具其实并不多,离当一个真正的程序员,还有很大的差距。
str_replace
(PHP4,PHP5)
str_replace―Replacealloccurrencesofthesearchstringwiththereplacementstring
Description
mixedstr_replace(mixed$search,mixed$replace,mixed$subject[,int&$count])Thisfunctionreturnsastringoranarraywithalloccurrencesofsearchinsubjectreplacedwiththegivenreplacevalue.
Ifyoudontneedfancyreplacingrules(likeregularexpressions),youshouldalwaysusethisfunctioninsteadofpreg_replace().
Parameters
Ifsearchandreplacearearrays,thenstr_replace()takesavaluefromeacharrayandusesthemtosearchandreplaceonsubject.Ifreplacehasfewervaluesthansearch,thenanemptystringisusedfortherestofreplacementvalues.Ifsearchisanarrayandreplaceisastring,thenthisreplacementstringisusedforeveryvalueofsearch.Theconversewouldnotmakesense,though.
Ifsearchorreplacearearrays,theirelementsareprocessedfirsttolast.
searchThevaluebeingsearchedfor,otherwiseknownastheneedle.Anarraymaybeusedtodesignatemultipleneedles.
replaceThereplacementvaluethatreplacesfoundsearchvalues.Anarraymaybeusedtodesignatemultiplereplacements.
subjectThestringorarraybeingsearchedandreplacedon,otherwiseknownasthehaystack.
Ifsubjectisanarray,thenthesearchandreplaceisperformedwitheveryentryofsubject,andthereturnvalueisanarrayaswell.
countIfpassed,thiswillbesettothenumberofreplacementsperformed.
ReturnValues
Thisfunctionreturnsastringoranarraywiththereplacedvalues.
Changelog
VersionDescription5.0.0Thecountparameterwasadded.4.3.3Thebehaviourofthisfunctionchanged.Inolderversionsabugexistedwhenusingarraysasbothsearchandreplaceparameterswhichcausedemptysearchindexestobeskippedwithoutadvancingtheinternalpointeronthereplacearray.ThishasbeencorrectedinPHP4.3.3,anyscriptswhichreliedonthisbugshouldremoveemptysearchvaluespriortocallingthisfunctioninordertomimictheoriginalbehavior.4.0.5Mostparameterscannowbeanarray.
Examples
Example#1Basicstr_replace()examples
作者:
透明
时间:
2015-1-18 21:54
作为一个合格的coder 编码的规范是必须,命名方面我推崇“驼峰法”,另外就是自己写的代码最好要带注释,不然时间长了,就算是自己的代码估计看起来都费事,更不用说别人拉。
作者:
柔情似水
时间:
2015-1-24 06:03
写js我最烦的就是 ie 和 firefox下同样的代码 结果显示的结果千差万别,还是就是最好不要用遨游去调试,因为有时候遨游是禁用js的,有可能代码是争取结果被遨游折腾的认为是代码写错。
作者:
变相怪杰
时间:
2015-1-31 21:35
Apache不是非得用80或者8080端口的,我刚开始安得时候就是80端口老占用,就用了个 81端口,结果照常,就是输localhost的时候,应该输入为 localhost:81
作者:
飘灵儿
时间:
2015-2-6 23:57
你很难利用原理去编写自己的代码。对于php来说,系统的学习我认为还是很重要的,当你有一定理解后,你可你针对某种效果研究,我想那时你不会只是复制代码的水平了。
作者:
乐观
时间:
2015-2-19 05:15
为了以后维护的方便最好是代码上都加上注释,“予人方便,自己方便”。此外开发文档什么的最好都弄齐全。我觉得这是程序员必备的素质。虽然会消耗点很多的时间。但是确实是非常有必要的。
作者:
海妖
时间:
2015-3-6 13:23
首先声明:我是一个菜鸟,是一个初学者。学习了一段php后总是感觉自己没有提高,无奈。经过反思我认为我学习过程中存在很多问题,我改变了学习方法后自我感觉有了明显的进步。
作者:
老尸
时间:
2015-3-13 02:07
有时候汉字的空格也能导致页面出错,所以在写代码的时候,要输入空格最好用引文模式。
作者:
再现理想
时间:
2015-3-20 10:00
为了以后维护的方便最好是代码上都加上注释,“予人方便,自己方便”。此外开发文档什么的最好都弄齐全。我觉得这是程序员必备的素质。虽然会消耗点很多的时间。但是确实是非常有必要的。
欢迎光临 仓酷云 (http://ckuyun.com/)
Powered by Discuz! X3.2