关于PHP数组合并有关问题

WBOY
Release: 2016-06-13 10:51:21
Original
835 people have browsed it

关于PHP数组合并问题
$a=array('a','b','c');
$b=array('1','2','3');
$c=array('啊','不','才');
有这样三个数组 如何合并成
$d=array('a1啊','b2不','c3才'); 这样?各位大虾多多指教

------解决方案--------------------

PHP code
for($i=0;$i<count class="clear">
                 
              
              
        
            </count>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!