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がユニコードのように処理できないファイル名があるとします。次のようなことは可能ですか?
$FS = new \COM('/*some com object*/'); $handle = $FS->getFileHandle("file name", "w"); fputs ($handle, $data);
そのため、php は書き込み先のパスさえ認識しません。