php-general | 2001122
Date: 12/12/01
- Next message: Necro: "[PHP] Random"
- Previous message: Miles Thompson: "Re: [PHP] Client Side Printing"
- Next in thread: Thomas Edison Jr.: "[PHP] PHP3 NOT being parsed for SSI!! HELP!!"
- Reply: Thomas Edison Jr.: "[PHP] PHP3 NOT being parsed for SSI!! HELP!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Necro: "[PHP] Random"
- Previous message: Miles Thompson: "Re: [PHP] Client Side Printing"
- Next in thread: Thomas Edison Jr.: "[PHP] PHP3 NOT being parsed for SSI!! HELP!!"
- Reply: Thomas Edison Jr.: "[PHP] PHP3 NOT being parsed for SSI!! HELP!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

