eof

ReferenceTOPKeywords

コマンド名

eof -チャネルのファイル終了条件をチェックします。

構文

eof channelId

解説

channelId での操作(例えば、gets )で、ファイル終了条件(end of file)が発生した場合は1を返し、そうでない場合は0を返します。

ChannelIdはオープンされたチャネルの識別子でなければなりません。 例えば、Tclの標準チャネル ( stdinstdoutまたはstderr )か 、openあるいはsocketの呼び出しからの戻り値、またはTcl拡張によって提供されたチャネル作成コマンドの結果 等です。

参照

file,  open,   close, fblocked, Tcl_StandardChannels

キーワード

channel, end of file


Copyright © 1993 The Regents of the University of California. Copyright © 1994-1996 Sun Microsystems, Inc. Copyright © 1995-1997 Roger E. Critchlow Jr.