php怎么取出每一个子数组里得值

WBOY
發布: 2016-06-06 20:43:52
原創
780 人瀏覽過

<code>Array ( 
[0] => Array ( [stat_day] => 2014-07-24 [stat_type] => 1 [total] => 445 ) [1] => Array ( [stat_day] => 2014-07-21 [stat_type] => 2 [total] => 547 ) [2] => Array ( [stat_day] => 2014-07-23 [stat_type] => 2 [total] => 498 ) [3] => Array ( [stat_day] => 2014-07-27 [stat_type] => 2 [total] => 679 ) [4] => Array ( [stat_day] => 2014-07-22 [stat_type] => 3 [total] => 910 ) [5] => Array ( [stat_day] => 2014-07-25 [stat_type] => 3 [total] => 78 ) [6] => Array ( [stat_day] => 2014-07-26 [stat_type] => 3 [total] => 547 ) [7] => Array ( [stat_day] => 2014-07-28 [stat_type] => 3 [total] => 417 ) [8] => Array ( [stat_day] => 2014-07-29 [stat_type] => 3 [total] => 747 ) 
) 
</code>
登入後複製
登入後複製

回复内容:

<code>Array ( 
[0] => Array ( [stat_day] => 2014-07-24 [stat_type] => 1 [total] => 445 ) [1] => Array ( [stat_day] => 2014-07-21 [stat_type] => 2 [total] => 547 ) [2] => Array ( [stat_day] => 2014-07-23 [stat_type] => 2 [total] => 498 ) [3] => Array ( [stat_day] => 2014-07-27 [stat_type] => 2 [total] => 679 ) [4] => Array ( [stat_day] => 2014-07-22 [stat_type] => 3 [total] => 910 ) [5] => Array ( [stat_day] => 2014-07-25 [stat_type] => 3 [total] => 78 ) [6] => Array ( [stat_day] => 2014-07-26 [stat_type] => 3 [total] => 547 ) [7] => Array ( [stat_day] => 2014-07-28 [stat_type] => 3 [total] => 417 ) [8] => Array ( [stat_day] => 2014-07-29 [stat_type] => 3 [total] => 747 ) 
) 
</code>
登入後複製
登入後複製

一种思路就是用foreach遍历该数组,然后输出各个子数组里面的所有内容。

http://php.net/manual/zh/function.array-column.php

相關標籤:
php
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!