[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
Abstract class for reading character streams.
Author: | Hans Lellelid <hans@xmpl.org> |
Author: | Yannick Lecaillez <yl@seasonfive.com> |
Version: | $Revision: 1.5 $ |
Poids: | 88 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
skip($n) X-Ref |
Move stream position relative to current pos. param: int $n |
reset() X-Ref |
Reset the current position in stream to beginning or last mark (if supported). |
mark() X-Ref |
If supported, places a "marker" (like a bookmark) at current stream position. A subsequent call to reset() will move stream position back to last marker (if supported). |
markSupported() X-Ref |
Whether marking is supported. return: boolean |
ready() X-Ref |
Is stream ready for reading. return: boolean |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |