command
module
Version:
v1.0.16
Opens a new window with list of versions in this module.
Published: Nov 16, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
这是一个用Go语言开发的辅助库,尤其适用于熟悉PHP内置函数的开发者,将会实现PHP内置函数。
下载安装
go get -u github.com/rhettli/php2go
关于命名
PHP下划线命名转为Go大驼峰命名。
Example:
package main
import (
"github.com/rhettli/php2go/php"
)
func main() {
php.Echo("Hello ", "world!\n")
}
More
项目进度
TODO List
贡献代码
贡献指南
Contributors
Your contributions are always welcome!
LICENSE
Released under MIT LICENSE
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
PHP built-in function library with Go language
|
PHP built-in function library with Go language |
Click to show internal directories.
Click to hide internal directories.