Answers for "var_dump-type and value of expresion"

PHP
0

var_dump-type and value of expresion

<?php
$a = array(1, 2, array("a", "b", "c"));
var_dump($a);
?>
Posted by: Guest on March-30-2022

Browse Popular Code Answers by Language