projman/hlp/fr/tcl/fblocked.htm
2015-10-19 14:27:31 +04:00

23 lines
1.4 KiB
HTML

<HTML><HEAD>
<BASEFONT FACE="Times New Roman" SIZE="2" COLOR="#000000">
</HEAD>
<BODY>
<div><H3><b>fblocked&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Commandes Internes Tcl</b></H3></div>
<HR ALIGN="center">
<div><b>NOM</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">fblocked - Teste si la dernière opération d'entrée a pu traiter toutes les entrées disponibles
</div><br>
<div><b>SYNTAXE</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><b>fblocked </b><i>channelId</i>&nbsp;
</div><br>
<div><b>DESCRIPTION</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">La commande <b>fblocked</b> retourne 1 si la plus récente opération d'entrée pour <i>channelId</i> a renvoyé moins d'information que requis parce que toutes les entrées disponibles ont été épuisées. Par exemple, si <A HREF="118.htm"><b>gets</b></A> est appelée quand il y a seulement trois caractères disponibles pour l'entrée et pas de séquence de fin-de-ligne, <A HREF="118.htm"><b>gets</b></A> retourne une chaîne vide et un appel suivant de <b>fblocked</b> renverra 1.
</div> <br>
<div><b>VOIR EGALEMENT</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><A HREF="118.htm">gets</A>(n), <A HREF="151.htm">read</A>(n)</div> <br>
<div>Dernière révision: 7.5</div>
<br>
<br><div ALIGN="CENTER"><A HREF="index.htm"><b>Index</b></A>&nbsp;&nbsp;<A HREF="107.htm"><b>Précédent</b></A>&nbsp;&nbsp;<A HREF="109.htm"><b>Suivant</b></A>
</div>
</BODY></HTML>