asi*_*tha 1 php multidimensional-array
print_r($ array)results
我从数据库中检索了一些值,并在使用print_r时获得了以下结果:
Array
(
[122] => Array
(
[p_name] => Tony Hutson
[p_image] => profile_image/profile_61323166474.jpg
[pid] => 42
[sid] => 122
[stitle] => sfcxdggf
[audio] => audio_file/audio_61324302202.mp3
[s_description] => ?mnlmkl bvnbmnmmn, bnbmn
[s_image] => sermon_image/image_41324302202.jpg
)
[count] => Array
(
[count] => 2
)
)
Run Code Online (Sandbox Code Playgroud)
如何检索计数值?