php2go

command module
v0.0.0-...-0666a57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2020 License: MIT Imports: 2 Imported by: 0

README

用Go语言实现PHP内置函数

Build Status Go Report Card GoDoc GitHub contributors license GitHub code size in bytes

这是一个用Go语言开发的辅助库,尤其适用于熟悉PHP内置函数的开发者,将会实现PHP内置函数。

下载安装


go get -u github.com/openset/php2go/php

关于命名

PHP下划线命名转为Go大驼峰命名。

Example:


package main

import (
    "github.com/openset/php2go/php"
)

func main() {

    php.Echo("Hello ", "world!\n")

}

More

项目进度

TODO List

贡献代码

贡献指南

Contributors

Your contributions are always welcome!

LICENSE

Released under MIT LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
PHP built-in function library with Go language
PHP built-in function library with Go language

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL