PHP Chunk
Package:
Summary:
Extract chunks from large XML files
Groups:
Author:
Description:
This class can be used to extract chunks from large XML files.
It can read given XML files and search for sections that are enclosed by a given XML tag.
The class returns each XML document chunk with the given tag iteratively until it reaches the end of the file.
It can read given XML files and search for sections that are enclosed by a given XML tag.
The class returns each XML document chunk with the given tag iteratively until it reaches the end of the file.
Comments are closed.