php学习笔记之mb_strstr的基本使用


Posted in PHP onFebruary 03, 2018

前言

本文主要介绍了关于php之mb_strstr基本使用的相关内容,分享出来供大家参考学习,下面话不多说了,来一起看看详细的介绍吧。

mb_strstr

  • (PHP 5 >= 5.2.0, PHP 7)
  • mb_strstr — Finds first occurrence of a string within another
  • 查找字符串在另一个字符串里的首次出现

Description

string mb_strstr ( 
 string $haystack , 
 string $needle [, 
 bool $before_needle = false [, 
 string $encoding =mb_internal_encoding() ]] 
 )

//mb_strstr() finds the first occurrence of needle in haystack and returns the portion of haystack. If needle is not found, it returns FALSE.
//mb_strstr() 查找了 needle 在 haystack 中首次的出现并返回 haystack 的一部分。 如果 needle 没有找到,它将返回 FALSE。

Parameters

haystack

  • The string from which to get the first occurrence of needle
  • 要获取 needle 首次出现的字符串。

needle

  • The string to find in haystack
  • 在 haystack 中查找这个字符串。

before_needle

  • Determines which portion of haystack this function returns. If set to TRUE, it returns all of haystack from the beginning to the first occurrence of needle (excluding needle). If set to FALSE, it returns all of haystack from the first occurrence of needle to the end (including needle).
  • 决定这个函数返回 haystack 的哪一部分。 如果设置为 TRUE,它返回 haystack 中从开始到 needle 出现位置的所有字符(不包括 needle)。 如果设置为 FALSE,它返回 haystack 中 needle 出现位置到最后的所有字符(包括了 needle)。

encoding

  • Character encoding name to use. If it is omitted, internal character encoding is used.
  • 要使用的字符编码名称。 如果省略该参数,将使用内部字符编码。

Return Values

  • Returns the portion of haystack, or FALSE if needle is not found.
  • 返回 haystack 的一部分,或者 needle 没找到则返回 FALSE。

Examples

<?php
/**
 * Created by PhpStorm.
 * User: zhangrongxiang
 * Date: 2018/2/1
 * Time: 下午10:27
 */

//* * If set to true, it returns all of haystack from the beginning to the first occurrence of needle.
$strstr = mb_strstr( "hello china", "ll", true );
echo $strstr . PHP_EOL; //he

//* If set to false, it returns all of haystack from the first occurrence of needle to the end,
$strstr = mb_strstr( "hello china", "ll", false );
echo $strstr . PHP_EOL;//llo china

//hello china
echo mb_strstr( "hello china", "ll", true ) . mb_strstr( "hello china", "ll", false ) . PHP_EOL;

$strstr = mb_strstr( "hello China,hello PHP", "ll", true );
echo $strstr . PHP_EOL; //he

$strstr = mb_strstr( "hello China,hello PHP", "ll", false );
echo $strstr . PHP_EOL; //llo China,hello PHP

$strstr = mb_strstr( "PHP是世界上最好的语言?", "最好", true );
echo $strstr.PHP_EOL; //PHP是世界上
$strstr = mb_strstr( "PHP是世界上最好的语言?", "最好", false );
echo $strstr.PHP_EOL; //最好的语言?

总结

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,如果有疑问大家可以留言交流,谢谢大家对三水点靠木的支持。

PHP 相关文章推荐
php 采集书并合成txt格式的实现代码
Mar 01 PHP
php中常用字符串处理代码片段整理
Nov 07 PHP
php常用Output和ptions/Info函数集介绍
Jun 19 PHP
PHP对接微信公众平台消息接口开发流程教程
Mar 25 PHP
codeigniter数据库操作函数汇总
Jun 12 PHP
10个超级有用值得收藏的PHP代码片段
Jan 22 PHP
PHP连接MySQL数据的操作要点
Mar 20 PHP
PHP遍历数组的方法汇总
Apr 30 PHP
php提高网站效率的技巧
Sep 29 PHP
PHP的Yii框架中过滤器相关的使用总结
Mar 29 PHP
laravel 解决后端无法获取到前端Post过来的值问题
Oct 22 PHP
PHP Pipeline 实现中间件的示例代码
Apr 26 PHP
php通过pecl方式安装扩展的实例讲解
Feb 02 #PHP
PHP实现对图片的反色处理功能【测试可用】
Feb 01 #PHP
php 删除一维数组中某一个值元素的操作方法
Feb 01 #PHP
基于php双引号中访问数组元素报错的解决方法
Feb 01 #PHP
PHP运用foreach神奇的转换数组(实例讲解)
Feb 01 #PHP
PHP双向链表定义与用法示例
Jan 31 #PHP
基于PHP实现的多元线性回归模拟曲线算法
Jan 30 #PHP
You might like
基于mysql的论坛(1)
2006/10/09 PHP
PHP之正则表达式捕获组与非捕获组(详解)
2015/07/29 PHP
golang与PHP输出excel示例
2016/07/22 PHP
深入理解JavaScript系列(14) 作用域链介绍(Scope Chain)
2012/04/12 Javascript
web网页按比例显示图片实现原理及js代码
2013/08/09 Javascript
JS获取iframe中longdesc属性的方法
2015/04/01 Javascript
JavaScript数组迭代器实例分析
2015/06/09 Javascript
在JavaScript中使用对数Math.log()方法的教程
2015/06/15 Javascript
完美JQuery图片切换效果的简单实现
2016/07/21 Javascript
jQuery判断邮箱格式对错实例代码讲解
2017/04/12 jQuery
vue 添加vux的代码讲解
2017/11/30 Javascript
详解Javascript中new()到底做了些什么?
2018/03/29 Javascript
Vue中使用vue-i18插件实现多语言切换功能
2018/04/25 Javascript
深入浅析Node.js 事件循环、定时器和process.nextTick()
2018/10/22 Javascript
swiper实现异形轮播效果
2019/11/28 Javascript
js实现百度登录窗口拖拽效果
2020/03/19 Javascript
[02:21]2018完美盛典章节片——初心
2018/12/17 DOTA
[38:54]完美世界DOTA2联赛PWL S2 Rebirth vs LBZS 第一场 11.28
2020/12/01 DOTA
Python Requests 基础入门
2016/04/07 Python
python 性能优化方法小结
2017/03/31 Python
Python操作MySQL数据库的方法
2018/06/20 Python
python3 unicode列表转换为中文的实例
2018/10/26 Python
django连接oracle时setting 配置方法
2019/08/29 Python
Python使用graphviz画流程图过程解析
2020/03/31 Python
python中的socket实现ftp客户端和服务器收发文件及md5加密文件
2020/04/01 Python
python+adb命令实现自动刷视频脚本案例
2020/04/23 Python
python从ftp获取文件并下载到本地
2020/12/05 Python
利用SVG和CSS3来实现一个炫酷的边框动画
2015/07/22 HTML / CSS
利用CSS3实现开门效果实例源码
2016/08/22 HTML / CSS
css3实现六边形边框的实例代码
2019/05/24 HTML / CSS
牦牛毛户外探险服装:Kora
2019/02/08 全球购物
初中三年学生的学习自我评价
2013/11/13 职场文书
国际商务系学生个人的自我评价
2013/11/26 职场文书
自我评价范文
2013/12/22 职场文书
投标邀请书范文
2014/01/31 职场文书
拾金不昧表扬信
2015/01/16 职场文书