Skip to content

Instantly share code, notes, and snippets.

@neyasbltb88
Created August 23, 2019 00:20
Show Gist options
  • Save neyasbltb88/a437ea3dccb2d41320b98e976d85d215 to your computer and use it in GitHub Desktop.
Save neyasbltb88/a437ea3dccb2d41320b98e976d85d215 to your computer and use it in GitHub Desktop.
<?php
function join_paths(...$paths) {
return preg_replace('~[/\\\\]+~', DIRECTORY_SEPARATOR, implode(DIRECTORY_SEPARATOR, $paths));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment