Codice PHP: function DumpArray ($theArray){ print_r ($theArray); } $a = array ("ciao", 1, 2 , 3); DumpArray ($a);
function DumpArray ($theArray){ print_r ($theArray); } $a = array ("ciao", 1, 2 , 3); DumpArray ($a);
Regole del Forum