Home > Backend Development > PHP Tutorial > 小弟我活得了一个记录集row,如何把所有的记录集读取出来组成一个二维数组

小弟我活得了一个记录集row,如何把所有的记录集读取出来组成一个二维数组

WBOY
Release: 2016-06-13 12:33:15
Original
709 people have browsed it

我活得了一个记录集row,怎么把所有的记录集读取出来组成一个二维数组。

本帖最后由 qq914260102 于 2013-11-14 10:08:13 编辑 比如我一个记录集$row 里面有一百条记录。

for($k=0;$k $arr=array($a[$k],$b[$k],$c[$k]));
print_r($arr);
}
我现在可以把这一百条循环出来,是一百个一唯数组,我现在想把这个变成一个二维数组,求写发。。

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