Function Commandr_fs->_merge_pwds
Definitions
sources/commandr_fs.php
- Merge an absolute array-form path with a non-absolute array-form path, with support for "."/".." resolution.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $pwd1 | array | No | No | required parameter | N/A | N/A | Absolute path |
| $pwd2 | array | No | No | required parameter | N/A | N/A | Non-absolute path |
Returns
- Merged path
- Type: array
- Set: N/A
- Range: N/A

