Answers for "print_r in php format"

PHP
2

php print_r

<pre>
<?php
$a = array ('a' => 'apple', 'b' => 'banana', 'c' => array ('x', 'y', 'z'));
print_r ($a);
?>
</pre>
Posted by: Guest on November-21-2020
0

print_r php 8

example of what the function print_r() does
Posted by: Guest on April-01-2022

Browse Popular Code Answers by Language