i have class instance snagfu, of class snafu, with a method, fubar()

i have an array, $tarfu, and want to run it through array_walk(),

array_walk($tarfu, $snagfu->fubar) seems to be logical, if it's possible.

this obviously doesn't work.

How do i use a class method with array walk? or is it even possible? if
it's not possible, why not? seems to be as if it should be possible...

thanks.

Jeff Levy
Software Design
Meta-Craft Creations


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to