Function DebugFsStreamWrapper->stream_read
Definitions
sources/debug_fs.php
- Binary-safe file read.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$count | 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