Previous Page
Methods

Solar_Path_Stack
_unixToWindows()

Next Page
add()

_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.