Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
53% | Total: 1,502 | All time: 2,604 This week: 488 |
Version | License | Categories | ||||
mtfetcher 1.0.0 | GNU General Publi... | HTML, HTTP |
Description | Author | ||||||||||||||||||||||
This class is meant to retrieve a Web page of a given URL and retrieve the values of its HTML meta tags. |
|
Files (8) |
File | Role | Description |
---|---|---|
example.php | Example | Usage exmpale |
mtfetcher_Class.php | Class | Abstract class with common operations |
mtfetcher_errors.php | Class | Errors definition |
mtfetcher_Fetcher.php | Class | System controller. Main user's class |
mtfetcher_Transport.php | Class | Abstract transport class. Don't use it directly. |
mtfetcher_Transport_fgc.php | Class | Fetches page using file_get_contents PHP-function |
mtfetcher_Transport_file.php | Class | Fetches page using file PHP-function |
mtfetcher_Transport_PEAR_Request.php | Class | Fetches page using PEAR::HTTP_Request class |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
HTML Documentation |
PEAR library |
Library used to send complex HTTP-requests |