Archive for June, 2009
29
Jun

Just recently I bought myself a new digital camera. This time a Sony A350 with a Tamron 18-200mm lens.

Now its time to figure out how everything works, but I’ll get there ;) If i got some nice pictures, I’ll show you. Right now, this is my camera.

, , , , , ,

04
Jun

Recently I was talking about ksort() to sort array, but i forgot to mention the reversed method. (link)

krsort($ray);

This function sorts an array reversed. So Z – A instead of A – Z.

, , ,