streamWrapper::stream_close

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::stream_closeリソースを閉じる

説明

public streamWrapper::stream_close(): void

このメソッドは、fclose() に対応してコールされます。

ラッパーがロックしたり割り当てたりしたリソースは、すべて開放しなければなりません。

パラメータ

この関数にはパラメータはありません。

戻り値

値を返しません。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top