An open API service indexing awesome lists of open source software.

https://github.com/jonasraoni/php-object-array

Provides a kind of ArrayObject but with support for references and callable properties.
https://github.com/jonasraoni/php-object-array

array array-object arrayobject callable-properties object object-array php

Last synced: 6 months ago
JSON representation

Provides a kind of ArrayObject but with support for references and callable properties.

Awesome Lists containing this project

README

          

# Object Array

Provides a kind of ArrayObject but with support for references and callable properties.

## Example

View the file [example.php](example.php).