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
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$pwd1 | array | required parameter | N/A | N/A | Absolute path |
$pwd2 | array | required parameter | N/A | N/A | Non-absolute path |
Return
- Merged path
- Type: array
- Set: N/A
- Range: N/A