News

Array Object ArrayObject is a PHP library that provides a light-weight interface for working fluently with array's. ArrayObject provides a wrapper around PHP's built-in array type which includes ...
This library was designed to provide you with a way of creating type-safe array-like classes. The MSlwk\TypeSafeArray\ObjectArray allows you to: pass the desired type via constructor (all added ...
Object-Oriented Features in PHP 5.0 An object is an encapsulation of data and methods. The data goes by various names - attributes, fields, properties. And the methods have various names - methods, ...
The PHP 4 style of object creation is still supported, but you are encouraged to use the new magic method approach. PHP 5 deprecates some existing object-related functions.
Sort the values of an Object array alphabetically in php and arrange them into sections of alphabets according to the first letter of their name. /* Code to sort the data elements in alphabetic order ...