Never mind. I can create an anonymous function w/ create_function(), and use
that as the callback. It's not pretty, but it works.
Sorry about wasting everyone's time w/ a brain fart.
-Evan
On Friday 08 August 2003 06:16 pm, Evan Nemerson wrote:
> Basic problem:
>
> I need to use preg_replace
Evan Nemerson wrote:
Basic problem:
I need to use preg_replace_callback, and would like the callback parameter to
be a function in a class (the same as that which contains the call to
preg_replace_callback). "classname::function" doesn't seem to work... Anyone
have any ideas?
Besides create_fun
2 matches
Mail list logo