Method | Description | |
---|---|---|
initialize ( array $params ) | Perform any initialization needed, using the given $params. | |
readLine ( integer $sequence ) : string | Get a line of output (including any CRLF). | |
setParam ( string $param, mixed $value ) | Set an individual param on the buffer (e.g. switching to SSL). | |
setWriteTranslations ( array $replacements ) | Set an array of string replacements which should be made on data written to the buffer. | |
terminate ( ) | Perform any shutdown logic needed. |
public initialize ( array $params ) | ||
$params | array |
public setWriteTranslations ( array $replacements ) | ||
$replacements | array |