php 截取字符串 strstr 和strrchr
Posted peipeiyu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 截取字符串 strstr 和strrchr相关的知识,希望对你有一定的参考价值。
截取字符串 strstr 和strrchr
结果:(其中之一)
strstr : 执行时间在0.10 - 0.19 之间
strrchr : 执行时间在0.095 - 0.19 之间
结论:从数十次执行结果来看strrchr多数情况下执行时间小于strstr且更稳定
以上是关于php 截取字符串 strstr 和strrchr的主要内容,如果未能解决你的问题,请参考以下文章
C语言常用字符串操作函数大全详解(strstr,strtok,strrchr,strcat,strcmp,strcpy,strerror,strspn,strchr等)