mini\Util\Path::joinRaw()
Method
private
static
Signature
private static function joinRaw(string $base, string $target): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$base |
string |
required | Documentation missing |
$target |
string |
required | Documentation missing |
Returns
string
Documentation
Join two normalized path strings (base + relative target) lexically.