Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,如果我有一个 php 无法像 unicode 一样处理的文件名。是否有可能做这样的事情:
$FS = new \COM('/*some com object*/'); $handle = $FS->getFileHandle("file name", "w"); fputs ($handle, $data);
所以 php 甚至不会看到它写入的路径。