标签: php windows com
如果我有一个php无法处理的文件名,如unicode。有可能做这样的事情:
$FS = new \COM('/*some com object*/'); $handle = $FS->getFileHandle("file name", "w"); fputs ($handle, $data);
所以php甚至不会看到它写入的路径。