Hi, I am trying to develop an application that intercepts functions. I know in class methods, you can have a __call() method for functions. I am wondering if such a thing exists for regular functions? I know there is a "function_exists" call, but then I'd have to do that everytime I call a function. I'd like an automated approach.
Any help is appreciated. Thanks.