|
Previous Page |
Solar_Path_Stack |
Next Page |
_unixToWindows()
protected
mixed
_unixToWindows (
string|array $path
)
Replaces Unix path and directory separators with system-specific separators.
Parameters
- (string|array)
$path: The path parameter to "fix" for Windows.
Returns
- (mixed) The fixed path parameter.
Description
Replaces Unix path and directory separators with system-specific separators.
This is particularly helpful on Windows.