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


Public Member Functions | |
| SimpleMultipartEncoding ($query=false, $boundary=false) | |
| writeHeadersTo (&$socket) | |
| writeTo (&$socket) | |
| _encode () | |
Data Fields | |
| $_boundary | |
Definition at line 502 of file encoding.php.
| _encode | ( | ) |
Renders the query string as a URL encoded request part.
Reimplemented from SimpleEncoding.
Definition at line 542 of file encoding.php.

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

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

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

| $_boundary |
Definition at line 503 of file encoding.php.