I need to delete old files with special characters in filenames like space,,
,(
,)
,!
and so on via PHP. Classic unlink($filename)
does not work for these files. How can I transform filenames to filenames which accepts unlink function and filesystem? It's running on a Solaris machine and I don't have another access to it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…