Hi,

I have Function A containing a preg_replace_callback calling Function B.
The code works quite nicely.

Now, is there a way for the callback function (B) to receive *additional*
arguments
(from A), so that, for example, it may optionally perform additional tasks?
If not, is there a way for B to otherwise access arguments passed to A, for
the same purpose?

Thanks.

--H. Tan-Tenn








-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to