是否可以使用其他php函数可以使用的COM对象创建文件句柄?

时间:2013-07-30 17:46:45

标签: php windows com

如果我有一个php无法处理的文件名,如unicode。有可能做这样的事情:

$FS = new \COM('/*some com object*/');
$handle = $FS->getFileHandle("file name", "w");
fputs ($handle, $data);

所以php甚至不会看到它写入的路径。

0 个答案:

没有答案