-
Recent Posts
- Mongod error | exception in initAndListen std::exception: locale::facet::_S_create_c_locale name not valid
- Right way to break Django code for debugguing
- Where are python site packages located in MAC OSX Mountain Lion
- Get the number of documents in a MongoDB collection with unique/distinct values for a field
- A complete guide to Integrating MongoDB with Elastic Search
Recent Comments
iRead
- Smashing Magazine Quality design resources. SM network is a great way to find some good posts quickly.
- The Design Cubicle One of the best blog about logo design, branding and typography.
- WebDesigner depot
Archives
Categories
Meta
Tag Archives: array difference
Subtracting two dimensional arrays in PHP
In the development a WordPress plugin I had to subtract two dimensional arrays. I tried array_diff() function, unfortunately it doesn’t seem to work for two dimensional arrays. Even if it worked, it wasn’t exactly the functionality I wanted. Be warned, … Continue reading