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.
simplexml で xml ファイルを更新しようとすると、権限の問題が発生し$xml->asXML('my.xml')ます。ファイルのアクセス許可を変更しようとしましたchmod 777 my.xmlが、うまくいかないようです。
$xml->asXML('my.xml')
chmod 777 my.xml
他にどのような選択肢がありますか?