Code Comments
Programming Forum and web based access to our favorite programming groups.Hi can somebody tell me why, if the class member checkFn holds a function name in the following example, why: $object->checkFn(); gives "fatal error: Call to undefined function: checkfn()" but $f = $object->checkFn; $f(); Works as expected ? Many thanks in advance. Jon
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.