Php Print R

[Solved] Php Print R | Php - Code Explorer | yomemimo.com
Question : php print_r

Answered by : jishan-hoshen

<pre>
<?php
$a = array ('a' => 'apple', 'b' => 'banana', 'c' => array ('x', 'y', 'z'));
print_r ($a);
?>
</pre>

Source : https://www.php.net/manual/en/function.print-r.php | Last Update : Sat, 28 Nov 20

Answers related to php print r

Code Explorer Popular Question For Php