Home > php教程 > php手册 > body text

php入门教程:stripos 实例教程

WBOY
Release: 2016-06-13 11:16:39
Original
1175 people have browsed it

 

php入门教程:stripos  实例教程

定义和用法
该stripos ( )函数返回位置,首次出现了字串的开始位置。

如果字符串是没有发现,此功能返回FALSE 。

stripos(string,find,start)
参数 说明

string: 必须先,

find: 必须要查找的字符串

start: Optional. Specifies where to begin the search


好了下面我们来看看.stripos例子.


echo stripos("Hello world!","WO");
?>


输出结果为.
6


source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!