Articles

Only showing: php Show all

From PHP to Go: PHP2Go

For advanced PHP developers, stepping into Go is often more attractive than Node.JS. But the Go library seems to be missing so much useful stuff found in the PHP library. How can one switch faster ?

Tip of the day: PHP-compatible CRC32

PHP includes crc32() and hash("crc32") functions.

Do they have an exact counterpart in the Go runtime library ?