Skip to content

Instantly share code, notes, and snippets.

@sunghwan2789
Created August 13, 2015 12:08
Show Gist options
  • Save sunghwan2789/bc1e996d47d898a74104 to your computer and use it in GitHub Desktop.
Save sunghwan2789/bc1e996d47d898a74104 to your computer and use it in GitHub Desktop.
벗깁니다
<?php
function stripFileName($name)
{
return preg_replace('/[\\\\\/:*?"<>|]/', '-', $name);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment