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.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>