Git Product home page Git Product logo

fun's Introduction

Introduction 简介

  1. Use Golang implement the commonly used built-in PHP functions. 使用Golang实现PHP的内置函数。
  2. Similar to php2go | php2golang | go2php | golang2php and other projects. 类似于 php2go | php2golang | go2php | golang2php 等项目
  3. Welcome all friends who are familiar with or recognize PHP built-in functions to use and improve this project. 欢迎所有熟悉或者认可 php 内置函数的朋友们一起使用并完善本项目

Wiki

All document entries for this project 本项目所有文档入口

https://github.com/yioio/fun/blob/master/docs/wiki.md

Instructions 使用说明

Download and install & 下载安装

go get -u github.com/yioio/fun
go get -u github.com/smartystreets/goconvey/convey 

Example 示例

package main

import (
    "github.com/yioio/fun/funArray"
    "log"
)

func main() {

    ret1 := funArray.In_array("cat", []interface{}{"cat", "dog"})
    ret2 := funArray.In_array_string("cat", []string{"cat", "dog"})
    log.Println(ret1)
    log.Println(ret2) 
}

Other 其它

Functional dictionary & development plan & 功能字典 & 开发计划

https://github.com/yioio/fun/blob/master/docs/function-dictionary.md

Code Contribution Guide 代码贡献指南

https://github.com/yioio/fun/blob/master/docs/guide-code-contribution.md

Feedback 反馈

If you have questions, Your could: 如果有问题,可以:

  1. Discuss on issue. 在 issue 进行讨论 https://github.com/yioio/fun/issues
  2. An email to [email protected] is welcome. 欢迎发邮件至 [email protected]
  3. 加入 QQ 群讨论:655685367

LICENSE

Released under MIT LICENSE

fun's People

Contributors

bingbingtea avatar michale-developer avatar chi-chu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.