91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

如何判斷一個值是否在php數組中

PHP
小樊
84
2024-06-30 00:33:37
欄目: 編程語言

在PHP中可以使用in_array()函數來判斷一個值是否在數組中。示例如下:

$fruits = array("apple", "banana", "orange", "kiwi");

if (in_array("apple", $fruits)) {
    echo "apple is in the array";
} else {
    echo "apple is not in the array";
}

上面的代碼會輸出"apple is in the array",因為"apple"這個值在數組$fruits中。如果想判斷一個值是否不在數組中,可以使用邏輯非運算符"!",示例如下:

if (!in_array("mango", $fruits)) {
    echo "mango is not in the array";
} else {
    echo "mango is in the array";
}

上面的代碼會輸出"mango is not in the array",因為"mango"這個值不在數組$fruits中。

0
克东县| 中卫市| 梨树县| 阿合奇县| 新闻| 鹤庆县| 平乐县| 忻州市| 稷山县| 云霄县| 准格尔旗| 雷波县| 静海县| 安西县| 奉贤区| 华亭县| 定襄县| 肥西县| 方城县| 当雄县| 渝北区| 常德市| 禹城市| 九江市| 晋州市| 礼泉县| 武威市| 肇庆市| 哈尔滨市| 阳信县| 科尔| 忻城县| 寿阳县| 巧家县| 龙井市| 霍州市| 卫辉市| 鄂温| 文水县| 保靖县| 黔西|