PHP - 将韩文字母重命名为英文字母
<?php
header('Content-type: text/html; charset=utf-8');
rename("C:\ep-automatic\못난이 주의보.E021.130617.HDTV.XViD-HANrel.avi", "C:\ep-automatic\Ugly_Alert.E021.130617.HDTV.XViD-HANrel.avi");
?>
错误讯息:
( ! ) Warning: rename(C:\ep-automatic\못난이 주의보.E021.130617.HDTV.XViD-HANrel.avi,C:\ep-automatic\Ugly_Alert.E021.130617.HDTV.XViD-HANrel.avi) [function.rename]: The system cannot find the file specified. (code: 2) in C:\wamp\www\saz\aa.php on line 12
最初我想使用移动命令,但它显示为?对于每封韩国信件。
然后我想到使用php重命名,但它不支持韩文字母。任何人都知道我如何编码它所以我可以通过PHP将韩文文件重命名为英文名称。
谢谢!我在窗口服务器上运行php