If I write:
rename('php109.tmp','test.jpg');
then it's fine and working.
but if I change it into:
rename('php109.tmp','中文.jpg');
it'll report "No such file or directory...".
But the multi-byte characters can be written into database then read out fine,
why it fails when towards rename ?