when should I use a DIRECTORY_SEPARATOR vs a slash code example
Example: when should I use a DIRECTORY_SEPARATOR vs a slash
It doesn't matter -- PHP's IO functions will internally convert
slashes to the appropriate character.
It doesn't matter -- PHP's IO functions will internally convert
slashes to the appropriate character.