中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

strnatcmp()函數怎么在php中使用

發布時間:2020-12-29 16:35:53 來源:億速云 閱讀:152 作者:Leah 欄目:開發技術

這篇文章給大家介紹strnatcmp()函數怎么在php中使用,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

Definition and Usage
定義和用法
The strnatcmp() function compares two strings using a "natural" algorithm.
strnatcmp()函數的作用是:用自然運算法則比較字符串(大小寫敏感)。

In a natural algorithm, the number 2 is less than the number 10. In computer sorting, 10 is less than 2, because the first number in "10" is less than 2.
在“自然運算法則”中,2比10小。在計算機序列當中,10比2小,因為“10”中的第一個數字是“1”,它小于2。

This function returns:
這個函數將返回下列值:

?0 - if the two strings are equal
0 – 如果字符串相等
?<0 - if string1 is less than string2
<0 – 如果string1小于string2
?>0 - if string1 is greater than string2
>0 – 如果string1大于string2
Syntax
語法

復制代碼 代碼如下:


strnatcmp(string1,string2)

Parameter參數Description描述
string1Required. Specifies the first string to compare
必要參數。指定參與比較的第一個字符串對象
string2Required. Specifies the second string to compare
必要參數。指定參數比較的第二個字符串對象

Tips and Notes
注意點
Note: The strnatcmp() is case-sensitive.
注意:strnatcmp()函數是區分大小寫的。

--------------------------------------------------------------------------------

Example
案例

復制代碼 代碼如下:


<?phpecho strnatcmp("2Hello world!","10Hello world!");echo "<br />";echo strnatcmp("10Hello world!","2Hello world!");?>


The output of the code above will be:
上述代碼將輸出下面的結果:-1 1

關于strnatcmp()函數怎么在php中使用就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

闽侯县| 连南| 阳东县| 喀喇沁旗| 祁东县| 乌兰浩特市| 呼图壁县| 九江县| 麻阳| 博爱县| 贵阳市| 庆云县| 城固县| 龙胜| 扶余县| 沙坪坝区| 巫山县| 尼木县| 开江县| 西和县| 清原| 革吉县| 上杭县| 江都市| 怀仁县| 林甸县| 苏尼特左旗| 晋城| 巩留县| 巫山县| 佛山市| 会泽县| 玉环县| 且末县| 砀山县| 民乐县| 应城市| 普定县| 深泽县| 乐清市| 社旗县|