用Go语言实现PHP内置函数

openset · · 1917 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

## [用Go语言实现PHP内置函数](https://openset.github.io/php2go/) 这是一个用Go语言开发的辅助库,尤其适用于熟悉PHP内置函数的开发者,将会实现PHP内置函数。 ### 下载安装 ```bash go get github.com/openset/php2go/php ``` ### 关于命名 PHP下划线命名改为大驼峰命名。 ### Example: ```go package main import ( "github.com/openset/php2go/php" ) func main() { php.Echo("Hello ", "world!\n") } ``` [More](https://github.com/openset/php2go/blob/master/main.go) ### 贡献代码 这是一个开源项目,期待你的加入。 ## Contributors [Your contributions are always welcome!](https://github.com/openset/php2go/graphs/contributors) ## LICENSE Released under [MIT](https://github.com/openset/php2go/blob/master/LICENSE) LICENSE ** [项目地址: \[https://github.com/openset/php2go\]](https://github.com/openset/php2go)** **[\[阅读原文\]](https://openset.github.io/php2go/)**

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1917 次点击  ∙  1 赞  
加入收藏 微博
26 回复  |  直到 2018-02-08 16:43:51
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传