php C extension扩展
摘要:1,C源码#include "php.h"ZEND_FUNCTION(hello);zend_function_entry hellomodule_functions[] ={ ZEND_FE(hello, NULL) {NULL, NULL, NULL}};zend_module_en...
阅读全文
posted @ 2012-09-19 17:02
posted @ 2012-09-19 17:02