0

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 rename,但是好像不支持韩文。任何人都知道我如何对其进行编码,以便我可以通过 php 将韩国文件重命名为其英文名称。

谢谢 !我在窗口服务器上运行 php

4

0 回答 0