This class can be used to parse IMDB movie information fetched by FTP.
It accesses a public FTP server to fetch files of movie data from the IMDB site.
The class parses the files and returns the parsed data.
The class requires a Unix/Linux like system or any other that has the wget and gzip commands available.
|
|
| Name: |
IMDB Parser Class |
| Base name: |
imdb-parser-class |
| Description: |
Parse IMDB movie information fetched by FTP |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Public Domain |
| All time users: |
463 users |
| All time rank: |
5133 |
| Week users: |
0 users |
| Week rank: |
2222  |
| |
|
| Not yet rated by the users |
| |
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 |
|
|
| File |
Role |
Description |
parser.class.php |
Class |
Class file, there's a comment on how to use it |