dpsr1670 2013-09-27 14:17
浏览 160
已采纳

使用两个数组在PHP中获取变量和值($ key = $ value)

$cfields = array_filter(explode(",", get_option('CComment_fields')));
$Ctlds = array_filter(explode(",", get_option('Ctlds')));

Sorry, I know this is a mess. Basically I end up with two arrays: $cVal & $Ctlds

The arrays:

$Cval = Array ( [0] => Fun Co [1] => 555-555-5555 [2] => test@test.com [3] => Tom [4] => Smith ) 

$Ctlds = Array ( [0] => user_company [1] => user_phone [2] => user_email [3] => user_firstname [4] => user_lastname )

I want the matching [NUMBER] value in $Ctlds to be the variable with the matching [NUMBER] in $Cval to be the value.

Example: user_company will be assigned the value Fun Co user_phone will be assigned the value 555-555-5555 etc..

This is the code I tried - bad, I know.

foreach ($Ctlds as $Ctlds){
        $cVal[] = $Ctlds[];
    }

I have tried code I know is waaaayy off. Any help would be appreciated. And for search reference this is USING TO ARRAYS TO CREATE VARIABLE (KEYS) AND VALUES IN PHP. Thank you so much.

  • 写回答

4条回答 默认 最新

  • douqiaosu0280 2013-09-27 14:29
    关注

    Use array_combine. That's exactly what it's for.

    $result = array_combine($Ctlds, $Cval);
    

    If you want them to be variables, you can then just extract that array.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥60 Python如何后台操作Vmwake虚拟机键鼠
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容