Home  >  Article  >  php教程  >  判断字符长度函数strlen实例教程

判断字符长度函数strlen实例教程

WBOY
WBOYOriginal
2016-06-13 11:16:561184browse

 

定义和用法
strlen ( )函数返回的长度字符串。

他的作用是计算字字符长度的,中文一个字为2

语法

strlen(string)
 
		Parameter
Description
string Required. Specifies the string to check
来看个简单的例子吧.
 

<!--?phpecho strlen("Hello world!");?-->
 
输出为
 
12

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn