Home > Backend Development > PHP Tutorial > PHP数组的有关问题,找资料看不明白

PHP数组的有关问题,找资料看不明白

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:12:39
Original
901 people have browsed it

PHP数组的问题,找资料看不明白。
Array ( [0] => Array ( [imgname] => zq.jpg [introduce] => 哈哈 ) )

这样一个数组是几维的数组?结构式什么样子的?大家给小弟讲解一下吧?最好还有PHP数组的说明。

------解决方案--------------------
一般呢 有几个array就是几维

结构什么样子?

print_r 输出这个数组...
------解决方案--------------------
這裡有數組的資料:

http://www.w3school.com.cn/php/php_ref_array.asp
------解决方案--------------------

PHP code
Array(    [0] => Array        (            [imgname] => zqjpg            [introduce] => 哈哈        ))<div class="clear">
                 
              
              
        
            </div>
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