Regardless of the reason why a closure is used, the anonymous function is the entity that contains the functionality that does the comparing.
Niezależnie od przyczyny zastosowanie domknięcia funkcja anonimowa to jednostka, która zawiera funkcjonalność wykonywania porównania.
In computer programming, an anonymous function (function literal, lambda abstraction, or lambda expression) is a function definition that is not bound to an identifier.
W programowaniu, funkcja anonimowa (również literał funkcyjny lub lambda-abstrakcja) jest definicją funkcji, która nie jest powiązana z identyfikatorem.
An event handler can also be an anonymous function which is supported by PHP 5.3 or above.
Uchwytem zdarzenia może być również anonimowa funkcja co jest wspierane przez PHP w wersji 5.3 lub wyższej.
An anonymous function can be passed as an argument to another function.
This example assigns the unnamed and anonymous function to the variable foo.
The framework supports passing an anonymous function directly into its processing pipeline.
Framework umożliwia bezpośrednie przekazywanie funkcji anonimowej do swojego potoku przetwarzania.
He wrote an anonymous function to perform calculations on the fly within the script.
The developer used an anonymous function to simplify the code structure in the application.
She passed an anonymous function as a callback to the array's map method.
Neither of these private items can be accessed directly from outside the anonymous function.
Żaden z tych prywatnych przedmiotów nie może być wywołany bezpośrednio spoza funkcji anonimowej.
A block is like an anonymous function or lambda.
The anonymous function in this example is the lambda expression
This is the part which caches the compiled form of the anonymous function, but it can only be invoked by being passed to the apply command.
To ta część pobiera skompilowaną postać funkcji anonimowej, jednak może ona być wywołana tylko za pomocą przekazania polecenia apply.