You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Did you see this btw:
https://github.com/syyongx/php2go.
Could be helpfull
Originally posted by @marcelloh in #2 (comment)
The text was updated successfully, but these errors were encountered: