It is available since PHP version 7.4 but many do not understand how to use it. — Arrow functions, also known as “short closures”, were introduced in PHP 7.4 as a more concise way to define anonymous functions. They are particularly useful for small, simple functions. Probably if you come from other languages you are already used to using them but if this is not your case…