On windows realpath() will change unix style paths to windows style. <?php ... function resolvePath($path) { if(DIRECTORY_SEPARATOR !== '/') {
確定! 回上一頁