- 授权协议: MIT
- 开发语言: PHP Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/mikespook/goemphp
- 软件文档: https://github.com/mikespook/goemphp
软件介绍
GoEmPHP 可以让你在 Go 程序中嵌入 PHP 脚本。
示例代码:
script = php.New()
script.Startup()
defer script.Close()
if err := script.Eval("phpinfo();"); err != nil {
log.Fatal(err)
}
if err := script.Exec("foobar.php"); err != nil {
log.Fatal(err)
}
Mastering Bitcoin
Andreas M. Antonopoulos / O'Reilly Media / 2014-12-20 / USD 34.99
Mastering Bitcoin tells you everything you need to know about joining one of the most exciting revolutions since the invention of the web: digital money. Bitcoin is the first successful digital curren......一起来看看 《Mastering Bitcoin》 这本书的介绍吧!
