Hi, > Hi, > > I'm trying to call a function inside a module, a PHP_FUNCTION. > > Other than zend_eval_stringl, what's the direct way to do it? Please refer to call_user_function and call_user_function_ex. > > > -- > Best Regards, > Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ > Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
cheers, Wei Dai