PHP manual, definition of anonymous function,
The first sentence, "Anonymous functions, also known as closures, (Anonymous functions, also known as closures.)"
Manual address: http://php.net/manual/en/functions.anonymous.php
I know that the definition of closure in js is "a function that has access to variables in the scope of another function", but in php, closure seems to be the same thing as anonymous function.