Home > Backend Development > PHP Tutorial > 关于PHP数组合并有关问题

关于PHP数组合并有关问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:51:21
Original
893 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
Latest Issues
How to create an array within an array?
From 1970-01-01 08:00:00
0
0
0
php array
From 1970-01-01 08:00:00
0
0
0
Array to array
From 1970-01-01 08:00:00
0
0
0
php array rotation
From 1970-01-01 08:00:00
0
0
0
array
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template