strripos() 函数查找一个字符串在另一个字符串中最后一次出现的位置。
笔记:strripos() 函数不区分大小写。
相关功能:
strripos(
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+ |
变更日志: | 从 PHP 5.0 开始,寻找参数现在可以是包含多个字符的字符串。 这个开始PHP 5.0 中添加了参数 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!