gpt4 book ai didi

php - in_array() 总是返回 TRUE

转载 作者:可可西里 更新时间:2023-10-31 22:43:10 25 4
gpt4 key购买 nike

<分区>

$arrValue = array('first', 'second');
$ret = in_array(0, $arrValue);
var_dump($ret);
var_dump($arrValue);

上面的例子给出了以下结果:

bool(true)
array(2) {
[0]=> string(5) "first"
[1]=> string(6) "second"
}

为什么 in_array() 将针 0 与任何给定的干草堆相匹配?

25 4 0
文章推荐: php - Facebook 图谱 API v2.1 : getting user id and his posts
文章推荐: Swift SpriteKit 创建一个只有三个边可以通过的边框
文章推荐: node.js - 通过管道发送多个文件
文章推荐: javascript - 如何将网页加载到
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com