php2go
php2go copied to clipboard
用Go语言实现PHP内置函数
怎么不更新了呢 铁汁
以下函数错误
# github.com/openset/php2go/php ..\..\pkg\mod\github.com\openset\[email protected]\php\directory.go:27:22: cannot use fd (type int) as type syscall.Handle in argument to syscall.Close Compilation finished with exit code 2 ``` // Closedir - Close directory's handle func Closedir(fd...
注意事项
本项目仅供学习使用,不要在生产环境中使用!!! 本项目的目的不是给用户提供一个和php行为一致的方法库,而是帮助php开发者快速熟悉Go语言中相对应的功能。php是弱类型语言,Go是强类型语言,使用Go时尽量以Go的编程规范和思维来写代码。 对数据结构和算法感兴趣的同学,可以关注此项目:[力扣](https://github.com/openset/leetcode)
本项目仅供学习使用,不要在生产环境中使用!!!