Caute , stretol sa niekto s niecim takymto?
mam pole
$array[0] = array();
$array[1] = array();
$array['last'] = array();
a ked iterujem pole cez
foreach($array as $key => $value) {
if ($key == 'last') { echo $key; break; }
}
tak to hned skonci s vysledkom 0 ?? ked pouzijem
if ($key === 'last')
tak to pracuje normalne
co to je ?