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


Public Member Functions | |
| SimplePostEncoding ($query=false) | |
| hasMoreThanOneLevel ($query) | |
| rewriteArrayWithMultipleLevels ($query) | |
| getMethod () | |
| writeHeadersTo (&$socket) | |
| writeTo (&$socket) | |
| asUrlRequest () | |
Definition at line 413 of file encoding.php.
| asUrlRequest | ( | ) |
Renders the query string as a URL encoded request part for attaching to a URL.
Definition at line 491 of file encoding.php.
| getMethod | ( | ) |
HTTP request method.
Definition at line 462 of file encoding.php.
| hasMoreThanOneLevel | ( | $ | query | ) |
| rewriteArrayWithMultipleLevels | ( | $ | query | ) |
Definition at line 438 of file encoding.php.


| SimplePostEncoding | ( | $ | query = false | ) |
Starts empty.
| array | $query | Hash of parameters. Multiple values are as lists on a single key. public |
Definition at line 422 of file encoding.php.


| writeHeadersTo | ( | &$ | socket | ) |
Dispatches the form headers down the socket.
| SimpleSocket | $socket | Socket to write to. public |
Reimplemented in SimpleMultipartEncoding.
Definition at line 471 of file encoding.php.

| writeTo | ( | &$ | socket | ) |
Dispatches the form data down the socket.
| SimpleSocket | $socket | Socket to write to. public |
Reimplemented in SimpleMultipartEncoding.
Definition at line 481 of file encoding.php.
