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.
使用してから使用するfopen();と、fclose();ファイルを閉じるだけですか、それともメモリを消去しますか?
fopen();
fclose();
また、メモリをクリーンアップします。
ちなみに、PHP は、独自のガベージ コレクション機能を使用して (明示的にポインターを閉じなくても) 単独でそれを行います。ただし、明示的に閉じることをお勧めします。