Home  >  Article  >  Backend Development  >  求教下数组输出的有关问题

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

WBOY
WBOYOriginal
2016-06-13 12:43:43746browse

求教下数组输出的问题

本帖最后由 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 />


求教这种数组如何输出?
Statement:
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