Home > Article > Backend Development > [PHP] How to pass anonymous functions/closures using strings?
PHP can generate string transfer objects, arrays and other formats through serialization, but serialize does not support serialization closures.
Is there any way to pass closure using string?
PHP can generate string transfer objects, arrays and other formats through serialization, but serialize does not support serialization closures.
Is there any way to pass closure using string?