Professional blog
Very often I find myself wanting to get only the value of the last key in an array. I used to do
sizeof($array);
to find out the number of total elements, so I knew the position of the last value. Today I ran into a
Recent comments