I was wondering how one would get the Text representation of a series of bytes in PHP? (Basically, the PHP version of C#'s Encoding.getString(string s)
method.)
I've been scouring google, and I can find how to get a textstring-to-bytes, but not the other way around.