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

溫馨提示×

php array_key_exists能檢查字符串嗎

PHP
小樊
81
2024-11-23 23:04:33
欄目: 編程語言

是的,array_key_exists() 函數可以檢查字符串是否存在于數組中

<?php
$array = array("key1" => "value1", "key2" => "value2", "key3" => "value3");

$key = "key2";

if (array_key_exists($key, $array)) {
    echo "The key '$key' exists in the array.";
} else {
    echo "The key '$key' does not exist in the array.";
}
?>

在這個例子中,array_key_exists() 函數檢查 $key 是否存在于 $array 中。如果存在,它將輸出 “The key ‘key2’ exists in the array.”,否則輸出 “The key ‘key2’ does not exist in the array.”。

0
朝阳区| 新宁县| 云梦县| 视频| 灵宝市| 寿光市| 宣恩县| 沛县| 彭水| 长沙县| 伊宁市| 揭阳市| 盱眙县| 长葛市| 道孚县| 奈曼旗| 泰来县| 罗甸县| 宜兰市| 新宾| 鄂托克旗| 灌南县| 萍乡市| 临邑县| 永州市| 陆丰市| 宣恩县| 扬中市| 承德县| 象州县| 射阳县| 双桥区| 盐城市| 崇信县| 沐川县| 永定县| 乌鲁木齐县| 日照市| 富平县| 青浦区| 扶绥县|