> On Tue, 19 Aug 2014, Wei Dai wrote:
>
> > > On Mon, 18 Aug 2014, Wei Dai wrote:
> > >
> > > > > 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_funct
Hi Derick,
> On Mon, 18 Aug 2014, Wei Dai wrote:
>
> > > 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.
>
> Actually, you need to