定义和用法
该strpos ( )函数返回的立场,首次出现了一系列内部其他字串。
如果字符串是没有发现,此功能返回FALSE 。
语法
strpos(string,find,start)
Copier après la connexion
Copier après la connexion
Copier après la connexion
Parameter Copier après la connexion
|
Description |
string |
必选, |
find |
必需的。指定的查找字符串
|
start |
可选,从哪里开始找 |
Copier après la connexion
Copier après la connexion
提示和说明 注: strpos ( )函数是区分大小写的。 例如
<!--?phpecho strpos("Hello world!","wo");?-->
Copier après la connexion
结出结果:6
Copier après la connexion
http://www.bkjia.com/PHPjc/445523.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/445523.htmlTechArticle定义和用法 该 strpos ( )函数返回的立场,首次出现了一系列内部其他字串。 如果字符串是没有发现,此功能返回FALSE 。 语法 strpos(stri...