Function DebugFsStreamWrapper->init_call
Definitions
sources/debug_fs.php
- Called at the start of filesystem wrapper calls, so we can use as a debugging point.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$function | string | required parameter | N/A | N/A | The function call that is happening |
$path | ?PATH | Null | N/A | N/A | Path (null: N/A) |
$slowdown | boolean | False | N/A | N/A | Whether to apply an automatic slow-down |