I have problem with socket_read function.
Script connect to telnet and read about hundred lines.
Example:
$out = socket_read($so cket,4096)<------"length =4096"
This read only 90 line - why? (change lenght to 65535 and nothing....)
Jacek
Script connect to telnet and read about hundred lines.
Example:
$out = socket_read($so cket,4096)<------"length =4096"
This read only 90 line - why? (change lenght to 65535 and nothing....)
Jacek
Comment