亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

如何判斷一個值是否在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
辽中县| 青海省| 太湖县| 桑植县| 通城县| 嫩江县| 蒲城县| 湘潭市| 天津市| 易门县| 喀喇沁旗| 泽库县| 全椒县| 岳池县| 洪泽县| 宁南县| 乌拉特中旗| 定安县| 来安县| 仪陇县| 岫岩| 扎鲁特旗| 江山市| 应城市| 弋阳县| 伊川县| 建阳市| 抚远县| 军事| 措美县| 遂平县| 灵宝市| 舒城县| 兴化市| 饶河县| 宜川县| 济源市| 正镶白旗| 仁寿县| 中卫市| 乐陵市|