In PHP what does it mean by a function being binary-safe ?
PHP
binary-safe
What makes them special and where are they typically used ?
More examples:
\x indicates hexadecimal notation. See: PHP strings
\x
0x00 = NULL 0x04 = EOT (End of transmission)
ASCII table to see ASCII char list