Y
Hacker News
new
|
ask
|
show
|
jobs
by
nawariata
4098 days ago
PHP has closures.
1 comments
TazeTSchnitzel
4098 days ago
Pseudo-closures. They capture variables
by value
, though you can use PHP's referencing mechanism to have something sort of closure-like.
link