将两个数组合并一组做键一组做值,并判断分析

    'zhangsong', 'age'=>'20', 'sex'=>'未知');
    $d = array('name'=>'周导', 'age'=>'18', 'sex'=>'待定');

    var_dump(  mycombine($c, $d)  );
    
    // 完善这个程序, 当参数作为关联数组时, 怎么解决




 ?>

你可能感兴趣的:(将两个数组合并一组做键一组做值,并判断分析)