\x
indicates hexadecimal notation. See: PHP strings
Have a look at an ASCII table to see what 0x00 and 0x04 represent.
0x00 = NULL
0x04 = EOT (End of transmission)
\x
indicates hexadecimal notation. See: PHP strings
Have a look at an ASCII table to see what 0x00 and 0x04 represent.
0x00 = NULL
0x04 = EOT (End of transmission)