We currently have an application in Groovy/Grails/Java that we’re slowly porting to PHP (for more affordable hosting costs).
We encountered a problem when we needed to convert one of our routines for writing out a binary file. We were using Java’s DataOutputStream.writeUTF(String) method and had a hard time trying to write binary data in PHP.
After much [...]
