PHP 手册
后退
前进
zend_check_magic_method_implementation
(no version information, might be only in CVS)
zend_check_magic_method_implementation -- ...
说明
#include <zend_API.h>
void
zend_check_magic_method_implementation
( zend_class_entry* ce, zend_function* fptr, int error_type TSRMLS_DC )
...
参数
ce
...
fptr
...
error_type TSRMLS_DC
...
返回值
...
后退
起点
前进
zend_call_function
上一级
zend_class_implements