|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| SimpleGetEncoding ($query=false) | |
| getMethod () | |
| writeHeadersTo (&$socket) | |
| writeTo (&$socket) | |
| asUrlRequest () | |
Definition at line 329 of file encoding.php.
| asUrlRequest | ( | ) |
Renders the query string as a URL encoded request part for attaching to a URL.
Definition at line 374 of file encoding.php.

| getMethod | ( | ) |
HTTP request method.
Reimplemented in SimpleHeadEncoding.
Definition at line 347 of file encoding.php.
| SimpleGetEncoding | ( | $ | query = false | ) |
Starts empty.
| array | $query | Hash of parameters. Multiple values are as lists on a single key. public |
Definition at line 338 of file encoding.php.


| writeHeadersTo | ( | &$ | socket | ) |
Writes no extra headers.
| SimpleSocket | $socket | Socket to write to. public |
Definition at line 356 of file encoding.php.
| writeTo | ( | &$ | socket | ) |
No data is sent to the socket as the data is encoded into the URL.
| SimpleSocket | $socket | Socket to write to. public |
Definition at line 365 of file encoding.php.