Function DebugFsStreamWrapper->stream_write
Definitions
sources/debug_fs.php
- Binary-safe file write.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$data | string | required parameter | N/A | N/A | The string to write to the file |
Return
- The number of bytes written (false: error)
- Type: ~integer
- Set: N/A
- Range: N/A