- Add another note

This commit is contained in:
Marcus Boerger 2005-05-03 22:28:44 +00:00
parent 177ea26dc1
commit d6d9b15ef7

View File

@ -265,6 +265,8 @@ class FileObject implements RecursiveIterator, SeekableIterator
* @note fgetc() will increase the line number when reaing a new line char.
* This has the effect key() called on a read a new line will already
* return the increased line number.
* @note Line counting works as long as you only read the file and do not
* use fseek().
*/
function key()
{