 |
|
Innovation award
 Nominee: 1x |
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.
|
|
| Name: |
PHP Chunk |
| Base name: |
phpchunk |
| Description: |
Extract chunks from large XML files |
| Version: |
0.1 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
429 users |
| All time rank: |
5339 |
| Week users: |
1 user |
| Week rank: |
2173  |
| |
|
 August 2009
Number 10 |
XML is a format often used for exchanging information. However, XML is not appropriate to exchange large amounts of data in a single file, as it takes a lot of CPU and memory to parse and process the information in the whole document at once.
This class provides a different approach to extract chunks of information for large XML files by reading the files in small chunks and extract the chunks into individual strings before parsing.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|