Working with UUID (Universally unique identifier)
What is UUID? A universally unique identifier (UUID) is an identifier standard used in software construction, standardized by the Open Software Foundation (OSF) as part of the Distributed Computing Environment (DCE).
array_unique for multi-dimensional array
As it appears standard PHP method array_unique is not suitable for multi-dimensional arrays. Too bad PHP guys…is that really that hard to add ? Here is something I had to come up with.
PHP Tutorials: Autoloading Classes
Undoubtedly, the release of PHP 5 has had a remarkable impact on the way that object-oriented applications are developed nowadays. This highly-improved model has provided PHP programmers with features that were only present in mature object-based languages, like Java and C++, but now, fortunately for you and me, they are generously offered by this powerful server-side scripting language.
Search multi-dimensional array
Spent a bit some time while trying to find native method in PHP that would allow me to search multidimensional array. Looks like PHP guys havn’t thought about it. I had no way but to write my own. If you guys have the same need you are free to use it.
-
Articles
-
Calendar
February 2012 M T W T F S S « Dec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta

