functions-online

strncmp

说明

该函数与 strcmp() 类似,不同之处在于你可以指定两个字符串比较时使用的长度(即最大比较长度)。

注意该比较区分大小写。

申报 strncmp

int strncmp ( string $str1 , string $str2 , int $len )

在线测试的 strncmp










share strncmp

注释 strncmp

+

Leave your comment