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.
- Host: GitHub
- URL: https://github.com/jonasraoni/php-object-array
- Owner: jonasraoni
- License: mit
- Created: 2017-11-06T22:12:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T21:45:46.000Z (about 8 years ago)
- Last Synced: 2025-03-20T15:49:54.186Z (9 months ago)
- Topics: array, array-object, arrayobject, callable-properties, object, object-array, php
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).