摘要: 编写一个简单的扩展示例使用php内置工具生成自定义扩展的框架。该工具在ext文件夹下面./ext_skel --extname=wullyExt_skel的主要参数(这里面只列举了最常用的两个) --extname=module module is the name of your extension【必须有的】生成模块的名称,会自动在ext内建立extname文件夹,最常用的 --proto=file file contains prototypes of functions to create【可选】函数原型定义文件官方说明地址:http://www.php.net/manual/en/i 阅读全文
posted @ 2012-01-31 10:39 wully 阅读(676) 评论(0) 推荐(0)