Function Mail_dispatcher_smtp->fread
Definitions
sources/mail.php
- Wrapper for fread that adds logging.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$handle | resource | required parameter | N/A | N/A | The file handle |
$length | integer | required parameter | N/A | N/A | Maximum length to read |
Return
- The read data (false: error)
- Type: ~string
- Set: N/A
- Range: N/A