search
Homephp教程php手册php 查找字符串出现次数函数介绍

php 查找字符串出现次数函数介绍

Jun 13, 2016 am 11:15 AM
cophpsubstrintroduceAppearfunctionexiststringFindfrequencyof

在php中查找字符串出现次数的查找可以通过substr_count()函数来实现,下面我来给各位同学详细介绍这些函数了。  

substr_count($haystack, $needle [,$offset [,$length]])

/$haystack表示母字符串,$needl表示要查找的字符
//$offset表示查找的起点,$length表示查找的长度,均为可选参数


实例:

 代码如下 复制代码

 $str="this is a test";
 echo substr_count($str,'is') .'
';
 echo substr_count($str,'is',3) .'
';
 echo substr_count($str,'is',3,3) .'
';
?>


实例:

 代码如下 复制代码

$str = 'http://www.bkjia.com 爱程序网_软件编程入门教程_软件设计交流_字符出现次数';
echo substr_count($str,'w').'
';
echo substr_count($str,'t').'
';
echo substr_count($str,'爱程序网');
?>

输出结果为:
//以下是输出结果
3
2
1

再分享一些字符串查找函数

strstr — 查找字符串的首次出现
stristr strstr不区分大小写的版本
strpos -查找字符串首次出现的位置
string substr ( string $string , int $start [, int $length ] )
string strrchr ( string $haystack , mixed $needle )
strripos -计算指定字符串在目标字符串中最后一次出现的位置(不区分大小写)
stripos -查找字符串首次出现的位置(不区分大小定)
strrpos -计算指定字符串在目标字符串中最后一次出现的位置


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools