hi experts,
i am new to php, i am confused with these syntax in codings, kindly explain me this with example.
i am new to php, i am confused with these syntax in codings, kindly explain me this with example.
$array = array('abc' => 'def', '0' => 'value');
Comment