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.
こんにちは、ファイルを htdocs のディレクトリに保存しようとすると、許可が拒否されたと表示されるという問題があります。
<?php $image = file_get_contents('http://www.affiliatewindow.com/logos/1961/logo.gif'); file_put_contents('./images/myFile.gif', $image);