Site icon NgDeveloper

array in php example

Program:

array.php

<?php
$myarray=array(1,2,3,4,
5 => 11,
26 => 2,5,
11 => 10);
print_r($myarray);
?>

 Output:

 

Thanks for reading this post…………!!!

Exit mobile version