The Actual Difference Between Lambda and Regular Functions (Using PHP)
The Problem Of Function Context
When we pass a function as a parameter or something like that, and we want to use some variables from outside of the function we need to use the use keyword.
This can be found in Laravel or Lumen in the group routing.
...
abdelrahmandwedar.hashnode.dev2 min read