I want to split
$path = getenv('PATH');
into its components. How do I determine the separator char in an os-dependent fashion?
|
|
I want to split
into its components. How do I determine the separator char in an os-dependent fashion? |
||
|
|
|
|
You can use the |
||||||
|
|
|
I know this works for the include_path - not sure about getenv('PATH'):
|
||
|
|
|
Use the |
||
|
|
|
|
I seem to remember that Windows will accept both forward- and back-slashes as a file-separator, so you may not have to worry about it. |
||