fireproofsocks / dto

Data Transfer Object (DTO) in PHP using JSON Schema
77 stars 12 forks source link

Support for Array Size, Pop and Shift #3

Open fireproofsocks opened 8 years ago

fireproofsocks commented 8 years ago

More thorough array implementation would be to be able to get elements off the front or back

See also http://www.onlinesmartketer.com/2009/02/07/php-clear-delete-remove-operations-on-arrayobject-class/