call_user_function

(no version information, might be only in CVS)

call_user_function -- ...

说明

#include <zend_API.h>

int call_user_function ( HashTable* function_table, zval** object_pp, zval* function_name, zval* retval_ptr, zend_uint param_count, zval* params[] TSRMLS_DC )

...

参数

function_table

...

object_pp

...

function_name

...

retval_ptr

...

param_count

...

params[] TSRMLS_DC

...

返回值

...


add a note add a note User Contributed Notes
There are no user contributed notes for this page.