stripos() 函数查找一个字符串在另一个字符串中第一次出现的位置。
笔记:stripos() 函数不区分大小写。
笔记:该函数是二进制安全的。
相关功能:
stripos(
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 |
返回值: | 返回一个字符串在另一个字符串中第一次出现的位置,如果未找到该字符串,则返回 FALSE。笔记:字符串位置从 0 开始,而不是从 1 开始。 |
---|---|
PHP 版本: | 5+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!