|
IMDBPHP | |||||
PREV NEXT | Frames No Frame | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The request class Here we emulate a browser accessing the IMDB site. You don't need to call any of its method directly - they are rather used by the IMDB classes.
Constructor Summary | ||
void | IMDB_Request() Constructor: Initialize the BrowserEmulator No need to call this. |
Method Summary | ||
void | getResponseBody() Get the Response body | |
void | getresponseheader([string $header]) Obtain the response body | |
void | sendRequest() Send a request to the IMDB site | |
void | setURL() Set the URL we need to parse |
Constructor Detail |
void IMDB_Request()
Constructor: Initialize the BrowserEmulator No need to call this.
Method Detail |
void getResponseBody()
Get the Response body
void getresponseheader([string $header])
Obtain the response body
header
- void sendRequest()
Send a request to the IMDB site
void setURL()
Set the URL we need to parse
|
IMDBPHP | |||||
PREV NEXT | Frames No Frame | |||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This document was generated by phpdocgen 0.16.
Copyright © 2002-03 Stéphane GALLAND (under the GNU General Public License)