create a new function that composes multiple functions into a single callable in PHP
PHP
🤖 Code Explanation
This is a function that allows you to compose multiple functions together. The reduce function is used to combine all the functions into one.