zend_is_callable_ex

(no version information, might be only in CVS)

zend_is_callable_ex -- ...

说明

#include <zend_API.h>

zend_bool zend_is_callable_ex ( zval* callable, uint check_flags, char** callable_name, int* callable_name_len, zend_function** fptr_ptr, zval*** zobj_ptr_ptr TSRMLS_DC )

...

参数

callable

...

check_flags

...

callable_name

...

callable_name_len

...

fptr_ptr

...

zobj_ptr_ptr TSRMLS_DC

...

返回值

...


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