gpt4 book ai didi

php - 结果集在数组中时如何查找数据?

转载 作者:可可西里 更新时间:2023-11-01 06:41:08 25 4
gpt4 key购买 nike

我想通过id查找数据,我有一个这样的数组

$result= 

Array
(

[3] => 536371014
[38] => 1435902884
[53] => 100000224980743
)

用户_id 是

  [3], [38], [53]

在我的用户标签中

    user_id    name 
3 usii
38 test
53 test 2

我想通过用户 ID 查找所有数据,如何使用作为索引的结果集用户 ID 来做到这一点,我尝试了很多但没有成功,请帮助我做到这一点,提前致谢.

最佳答案

像这样使用foreach

foreach($result as $val) {

echo $val[$user_id];
}

关于php - 结果集在数组中时如何查找数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16413841/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com