Hello all,
I've got a stumper that none of my PHP buddies can answer for me. How can I tell the size of a string (in bytes)? I'm reading in a STDIN from a form so it can contain binary file characters, etc. Just wondering if there is a way to guarantee the size of the string (meaning it needs to take into account unicode or unicode detection).
Thanks!