Function __global->_rescope_path
Definitions
sources/abstract_file_manager.php
- Re-scope a software path to a path suitable for the AFM connection.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $path | PATH | No | No | required parameter | N/A | N/A | Original path |
Returns
- Re-scoped path
- Type: PATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Re-scope a software path to a path suitable for the AFM connection.
*
* @param PATH $path Original path
* @return PATH Re-scoped path
*/
function _rescope_path(string $path) : string
* Re-scope a software path to a path suitable for the AFM connection.
*
* @param PATH $path Original path
* @return PATH Re-scoped path
*/
function _rescope_path(string $path) : string

