print_r : print_r : Development PHP Source Code


PHP Source Code » Development » print_r »

 

print_r



<?php
$states = array (
"Ohio" => array ("population" => "11,353,140", capital => "Columbus"),
"Nebraska" => array("population" => "1,711,263", capital => "Omaha")
)

print_r($states);

?>


           
       



HTML code for linking to this page:

    PHP Function Reference -> Users Code Examples / Notes - > print_r:
  • print_r
Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» print_r