Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of various PHP methods in Go #11

Open
MagicalTux opened this issue Dec 4, 2018 · 1 comment
Open

Implementation of various PHP methods in Go #11

MagicalTux opened this issue Dec 4, 2018 · 1 comment

Comments

@MagicalTux
Copy link
Owner

Did you see this btw:
https://github.com/syyongx/php2go.
Could be helpfull

Originally posted by @marcelloh in #2 (comment)

@MagicalTux
Copy link
Owner Author

Did you see this btw:
https://github.com/syyongx/php2go.
Could be helpfull

Thanks for the link!

Just checked this, it unfortunately doesn't actually implement PHP methods as they are, for example the "date" method parameters take time.Format formatted string (for example "02/01/2006 15:04:05 PM") instead of what PHP uses (for example "Y-m-d H:i:s").

There are however some interesting methods such as levenshtein() and similar_text() which seems to include the actual calculation and could make sense to be ported over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant