telnet连接win2000后,如何获得返回值.

telnet连接win2000后,如何获得返回值.

是不是换行的问题,你把output_record_separator改成\r\n试试呢。


QUOTE:
原帖由 nkcsx 于 2007-9-12 10:10 发表
是不是换行的问题,你把output_record_separator改成\r\n试试呢。

改为$telnet->output_record_separator("\n");
$telnet->output_record_separator("\r");
也不行..