-2
我將如何能夠從這個數組中回顯值?如何從這個數組中獲取回顯這些值?
array(2) {
[0]=>
array(3) {
["task_id"]=>
string(1) "2"
["task_title"]=>
string(15) "The Second Task"
["task_description"]=>
string(41) "Pretty much the same as the first task..."
}
[1]=>
array(3) {
["task_id"]=>
string(1) "1"
["task_title"]=>
string(9) "Test Task"
["task_description"]=>
string(35) "This is a description for the task."
}
}
非常感謝您提供的任何幫助。
出於測試目的? 'print_r()'...否則:你能詳細說一下嗎? – 2014-10-10 19:00:19
你可以使用[foreach構造](http://php.net/manual/en/control-structures.foreach.php) – 2014-10-10 19:01:38