PHP-Klasse::Simple HTTP browser 01.09.2007

Kurzbeschreibung: Access remote Web pages like a real browser
Veröffentlicht am: 01.09.2007
Gruppe(n):
- HTTP
- Networking
Beschreibung:
This class can be used to access remote Web sites like a real browser.
It can send HTTP requests of type HEAD, GET and POST using the Curl extension if available, or the socket connection functions otherwise.
The class supports accessing pages that require authentication, HTTP compression and file downloads.
Link: Simple HTTP browser