Home > php教程 > php手册 > PHP strcmp()函数介绍

PHP strcmp()函数介绍

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:40:53
Original
1305 people have browsed it

strcmp() 函数功能比较两个字符串。

strcmp语法:  
strcmp(string1,string2)

参数         描述
string1     必需。规定要比较的第一个字符串。
string2     必需。规定要比较的第二个字符串。

该函数返回:
如果两个字符串相等 0 - 如果 string1 大于 string2

实例:利用strcmp来判断是否属于某一天(以当天花板00:00为准)

strcmp(date(Y-m-d,$user->last_time), date("Y-m-d",time())) == 0

source:php.cn
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template