Replace PHP functions using namespaces
I have recently spent a while learning about the new features of PHP 5.3. One of the massive additions to the latest version is namespaces. Simply put, namespaces allow you to group related constants, classes and functions together under a namespace, allowing you to have the same function name in 2 different namespaces and not [...]


