求教下数组输出的有关问题

WBOY
Release: 2016-06-13 12:43:43
Original
783 people have browsed it

求教下数组输出的问题

本帖最后由 redirggg 于 2013-07-04 11:55:04 编辑
<br />
Array<br />
(<br />
    [IsSuccesfull] => 1<br />
    [Results] => Array<br />
        (<br />
            [SingleResul] => Array<br />
                (<br />
                    [0] => Array<br />
                        (<br />
                            [QueryId] => 100093<br />
                            [PathId] => 1<br />
                            [SourceFolder] => 1111111<br />
                        )<br />
<br />
                    [1] => Array<br />
                        (<br />
                            [QueryId] => 100093<br />
                            [PathId] => 2<br />
                            [SourceFolder] => 1111<br />
                       )<br />
<br />
                )<br />
<br />
        )<br />
<br />
)<br />
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