[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 65 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Swift_Transport_IoBuffer:: (5 methods):
initialize()
setParam()
terminate()
setWriteTranslations()
readLine()
Interface: Swift_Transport_IoBuffer - X-Ref
Buffers input and output to a resource.initialize(array $params) X-Ref |
Perform any initialization needed, using the given $params. Parameters will vary depending upon the type of IoBuffer used. |
setParam($param, $value) X-Ref |
Set an individual param on the buffer (e.g. switching to SSL). param: string $param param: mixed $value |
terminate() X-Ref |
Perform any shutdown logic needed. |
setWriteTranslations(array $replacements) X-Ref |
Set an array of string replacements which should be made on data written to the buffer. This could replace LF with CRLF for example. param: string[] $replacements |
readLine($sequence) X-Ref |
Get a line of output (including any CRLF). The $sequence number comes from any writes and may or may not be used depending upon the implementation. param: int $sequence of last write to scan from return: string |
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |