Var Dump Type And Value Of Expresion

[Solved] Var Dump Type And Value Of Expresion | Php - Code Explorer | yomemimo.com
Question : var_dump-type and value of expresion

Answered by : juan-torres-8fuhv4621do9

<?php
$a = array(1, 2, array("a", "b", "c"));
var_dump($a);
?>

Source : https://www.php.net/manual/es/function.var-dump.php | Last Update : Wed, 06 Apr 22

Answers related to var dump type and value of expresion

Code Explorer Popular Question For Php