Since I am struggling to find any official inforamtion about use() can soemone link me the PHP page of it?
$closure = function use($var) {
   //> Code    
}
As someone posted I of course already saw this link:
But it doensn't explain use at all (except for a little example)
Addendum
I do not want to discuss if use should or should not used
PS. I asked this because I think use is so much important for closures and it seems there isn't any official docs (except for the RFC link posted by OZ_)
 
     
     
    