What scenario requires use of call_user_func() in php

QuestionsWhat scenario requires use of call_user_func() in php
Jehal Desai Staff asked 14 years ago

I dont understand the function, call_user_func() in the sense that i get how it works but I'm not sure why its required or in what context to use it in php. As far as I'm concerned why not just call the function instead of calling a function with a function? Thnx!


View on Stack Overflow