Parses a mail mime message into its component parts. To invoke, call {@see MailMimeParser::parse()}.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(ZBateson |
public parse(Psr\Http\Message\StreamInterface $stream) : ZBateson Parses the passed stream into an {@see ZBateson\MailMimeParser\IMessage} object and returns it.
|
public static readLine( $handle) : string|false Convenience method to read a line of up to 4096 characters from the passed resource handle. If the line is larger than 4096 characters, the remaining characters in the line are read and discarded, and only the first 4096 characters are returned.
|
Properties |
protected ZBateson
|
protected ZBateson
|
protected ZBateson
|
protected ZBateson
|
Methods |
public static readLine( $handle) : string|false Convenience method to read a line of up to 4096 characters from the passed resource handle. If the line is larger than 4096 characters, the remaining characters in the line are read and discarded, and only the first 4096 characters are returned.
|