Tag Archives: array

Arrays or objects in PHP?

I assumed until a couple of days ago that objects are way better then arrays, but let’s take a closer look into that. As objects are an instance of a class you can always know what type of data is … Continue reading

Posted in php | Tagged , | Leave a comment