19 Star 92 Fork 8

ShirDon-廖显东/php-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
githubvip 提交于 2019-12-02 12:05 +08:00 . commit
package main
import (
php "gitee.com/shirdonl/php-go"
"os"
)
func main() {
engine, _ := php.New()
context, _ := engine.NewContext()
context.Output = os.Stdout
context.Exec("index.php")
engine.Destroy()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/shirdonl/php-go.git
git@gitee.com:shirdonl/php-go.git
shirdonl
php-go
php-go
1fa626f4289b

搜索帮助