Like this: str_replace(array(':', '\\', '/', '*'), ' ', $string);. Or, in modern PHP (anything from 5.4 onwards), the slighty less wordy:
確定! 回上一頁