All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
PHP,stripos(),函数_php资料_编程技术

Writer: delv Article type: Programming skills(编程技巧) Time: 2013/12/29 4:39:29 Browse times: 366 Comment times: 0

PHP,stripos(),函数_php资料_编程技术


string必需。规定被搜索的字符串。find必需。规定要查找的字符。start可选。规定开始搜索的位置。

例子

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

输出:

6










Head photo

Go homepage
Upload pictures
Write articles

PHP stripos() 函数_php资料_编程技术-你的首页-uuhomepage.com

定义和用法

stripos() 函数返回字符串在另一个字符串中第一次出现的位置。

如果没有找到该字符串,则返回 false。

语法

stripos(string,find,start)
参数描述

There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.