|
ILIAS
Release_3_10_x_branch Revision 61812
|
ilHttpRequest class More...
Collaboration diagram for ilHttpRequest:Public Member Functions | |
| _scan_url () | |
| ilHttpRequest ($url) | |
| downloadToString () | |
Data Fields | |
| $_fp | |
| $_url | |
| $_host | |
| $_protocol | |
| $_uri | |
| $_port | |
ilHttpRequest class
Class to retrieve an HTTP request
Definition at line 33 of file class.ilHttpRequest.php.
| ilHttpRequest::_scan_url | ( | ) |
Definition at line 43 of file class.ilHttpRequest.php.
References $_url.
Referenced by ilHttpRequest().
Here is the caller graph for this function:| ilHttpRequest::downloadToString | ( | ) |
Definition at line 77 of file class.ilHttpRequest.php.
References ilHttpRequest().
Here is the call graph for this function:| ilHttpRequest::ilHttpRequest | ( | $url | ) |
Definition at line 70 of file class.ilHttpRequest.php.
References _scan_url().
Referenced by downloadToString().
Here is the call graph for this function:
Here is the caller graph for this function:| ilHttpRequest::$_fp |
Definition at line 35 of file class.ilHttpRequest.php.
| ilHttpRequest::$_host |
Definition at line 37 of file class.ilHttpRequest.php.
| ilHttpRequest::$_port |
Definition at line 40 of file class.ilHttpRequest.php.
| ilHttpRequest::$_protocol |
Definition at line 38 of file class.ilHttpRequest.php.
| ilHttpRequest::$_uri |
Definition at line 39 of file class.ilHttpRequest.php.
| ilHttpRequest::$_url |
Definition at line 36 of file class.ilHttpRequest.php.
Referenced by _scan_url().