I am not sure what the issue is. I assume it is an encoding issue. What I would like is for to return true. This is not the case even though the encoding from mb_detect_encoding() returns ASCII for both and both print “A” to the screen when echoed. The real issue is that when the packed string is included in
Tag: pack
Do I use the same format for pack as I did with unpack?
I used unpack() to make my binary[] from C# into an array of something? To push it to the database with a POST. But with my GET, I want to send back the byte[] or now a medium blob from the database. …