-
Recent Posts
Recent Comments
Archives
Categories
Blogroll
Category Archives: Things you must know
Once upon a time…
This post is all about testing. If you are already testing your code, you can skip it. Imagine PHP without theĀ in_array() function: you need it, so you have to write it: function inArray($needle, array $haystack) { foreach (…) { … … Continue reading
Posted in Things you must know
Leave a comment