XML_SaxFilters
[ class tree: XML_SaxFilters ] [ index: XML_SaxFilters ] [ all elements ]

Class: XML_SaxFilters_IO_FileReader

Source Location: /XML_SaxFilters-0.3.0/SaxFilters/IO/FileReader.php

Class Overview


FileReader streams data from a file for use by an XML parser


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
FileReader streams data from a file for use by an XML parser
  • Access: public


[ Top ]


Method Detail

XML_SaxFilters_IO_FileReader (Constructor)   [line 61]

XML_SaxFilters_IO_FileReader XML_SaxFilters_IO_FileReader( string $fileName, [int $buffer = 4096])

FileReader Constructor
  • Access: public

Parameters:

string   $fileName   —  path and name of file
int   $buffer   —  buffer size to read

[ Top ]

isFinal   [line 94]

boolean isFinal( )

Indicates whether the reader has reached the end of the data source
  • Access: public

[ Top ]

read   [line 72]

mixed read( )

Returns some data from the source
  • Return: string data, FALSE which finished, PEAR_ERROR on error
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:15:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.