Hey,
just a quick question…
is there a better way to reffer to the end of an array than this:
$ar = Array("bla", "blabla");
$ar[count($ar)-1] = $something;
Hey,
just a quick question…
is there a better way to reffer to the end of an array than this:
$ar = Array("bla", "blabla");
$ar[count($ar)-1] = $something;
:: Copyright KIRUPA 2024 //--