strpos() 函数查找一个字符串在另一个字符串中第一次出现的位置。
笔记:strpos() 函数区分大小写。
笔记:该函数是二进制安全的。
相关功能:
strpos(
string,find,start)
Parameter | Description |
---|---|
string | Required. Specifies the string to search |
find | Required. Specifies the string to find |
start | Optional. Specifies where to begin the search. If start is a negative number, it counts from the end of the string. |
返回值: | 返回一个字符串在另一个字符串中第一次出现的位置,如果未找到该字符串,则返回 FALSE。笔记:字符串位置从 0 开始,而不是从 1 开始。 |
---|---|
PHP 版本: | 4+ |
变更日志: | PHP 7.1.0 - 的开始参数可以是负数 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!