Function DebugFsStreamWrapper->strip_back_path
Definitions
sources/debug_fs.php
- Strip back a path so the protocol handler is not on it.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
&$path | string | Yes | No | required parameter | N/A | N/A | Path |
Preview
Code (PHP)
/**
* Strip back a path so the protocol handler is not on it.
*
* @param string $path Path
*/
protected function strip_back_path(string &$path)
* Strip back a path so the protocol handler is not on it.
*
* @param string $path Path
*/
protected function strip_back_path(string &$path)