table of contents
other sections
eof(3tcl) | Tcl Built-In Commands | eof(3tcl) |
NAME¶
eof - 在通道上检查文件结束状况
总览 SYNOPSIS¶
eof channelId
描述 DESCRIPTION¶
如果在 channelId 上的最近的输入操作(例如 gets)期间出现(occur)了文件结束的情况(condition)则返回 1,否则返回0。
参见 SEE ALSO¶
关键字 KEYWORDS¶
channel, end of file
[中文版维护人]¶
寒蝉退士
[中文版最新更新]¶
2001/06/21
《中国 Linux 论坛 man 手册页翻译计划》:¶
7.5 | Tcl |