当前位置:编程学习 > php >>

PHP中strcmp()函数问题

$c=strcmp($a,$b);

上面这条语句中的两个参数$a和$b比较大小参照的是否是ASCII代码表?

 

答案:strcmp 

(PHP 3, PHP 4, PHP 5)

strcmp -- Binary safe string comparison Descriptionint strcmp ( string str1, string str2 )

Returns < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal.

 

比较的时候区分大小写。

上一个:帮忙解释个php自定义函数!!谢谢
下一个:php能把函数名作为参数传递吗? - 技术问答

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,