$_data
$_data : resource
Data stream.
This object allows easy access to parsing mbox data (RFC 4155).
See: http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats
__construct(mixed $data, integer $limit = null)
Constructor.
mixed | $data | The mbox data. Either a resource or a filename as interpreted by fopen() (string). |
integer | $limit | Limit to this many messages; additional messages will throw an exception. |