Tag Archive
activemq amqp benchmark closures crowdcontrol dns gentoo github gnome3 json lighttpd maths message queue mysql nginx node.js nodejs performance php portage programming rabbitmq sessions SOA ssl statistics web workers wordpress zend
Recursive Closures in PHP
Here’s a useful trick I came across a while back for using closures in PHP. For those people who aren’t aware of this, starting from PHP 5.3, it is possible to create an anonymous function and assign it to a variable – we call this a closure.