PHP - 将韩文字母重命名为英文字母

时间:2013-06-20 16:45:06

标签: php

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

0 个答案:

没有答案