Download the PHP package guglielmopepe/recursivecallbackmapiterator without Composer
On this page you can find all versions of the php package guglielmopepe/recursivecallbackmapiterator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guglielmopepe/recursivecallbackmapiterator
More information about guglielmopepe/recursivecallbackmapiterator
Files in guglielmopepe/recursivecallbackmapiterator
Package recursivecallbackmapiterator
Short Description This iterator applies recursively the callback to the elements of the given iterator.
License MIT
Homepage https://github.com/GuglielmoPepe/RecursiveCallbackMapIterator
Informations about the package recursivecallbackmapiterator
RecursiveCallbackMapIterator
This iterator applies recursively the callback to the elements of the given iterator.
Table of Contents
- Installation
- Usage
- Support
- Contributing
- Contacts
- Roadmap
- Change log
- License
Installation
Use Composer
Usage
The callback should accept up to three arguments: the current item, the current key and the iterator, respectively.
Any callable may be used; such as a string containing a function name, an array for a method, or an anonymous function.
Support
If you have a request, please create a GitHub issue.
If you discover a security vulnerability, please send an email to Guglielmo Pepe at info@guglielmopepe.com. All security vulnerabilities will be promptly addressed.
Contributing
If you want to say thank you and/or support the active development of RecursiveCallbackMapIterator
:
- Add a GitHub Star to the project.
- Share the project on social media.
- Write a review or tutorial on Medium, Dev.to or personal blog.
Contacts
If you need information please send an email to info@guglielmopepe.com.
Roadmap
See the list of open issues:
Change log
Please see Changelog file for more information on what has changed recently.
License
Distributed under the MIT License. Please see License File for more information.