提交 2e2ea712 编写于 作者: C codinghuang

Update: 更新《开发规范》

上级 dc194e28
......@@ -16,6 +16,8 @@ PHP_FUNCTION(test);
static PHP_METHOD(study_coroutine, test);
```
3、只在项目根目录下的`study_*.cc`文件里面使用`Zend API`,不在`src`目录的代码里面使用`Zend API`
3、扩展函数以及扩展方法的参数声明放在`study_*.cc``study.cc`里面
(待补充)
4、只在项目根目录下的`study_*.cc`文件里面使用`Zend API`,不在`src`目录的代码里面使用`Zend API`
(待补充)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册