pClosure
Package:
Summary:
Create closure functions for any PHP 5 version
Groups:
Author:
Description:
This class can be used to create closure functions that work with any PHP 5 version.
It uses a lambda function to enclose the closure object for simple execution.
Additionally, supports scalar type hinting and the ability to change execution scope of the closure object using a supported interface.
It uses a lambda function to enclose the closure object for simple execution.
Additionally, supports scalar type hinting and the ability to change execution scope of the closure object using a supported interface.
Comments are closed.