_TCPServer_AutoTrim
Previous
Top
Next
_TCPServer_AutoTrim ( [
bool
$bMode = True ] )
Enables auto-trimming of data received.
It will remove new lines or spaces at the begining or end of the data sent. Useful if your client is connected using Netcat or Unix Telnet, which sends an extra line break on every packet.
Default is activated.