PHP Conference Japan 2024

streamWrapper::stream_close

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

streamWrapper::stream_close關閉資源

說明

public streamWrapper::stream_close(): void

這個方法會在 fclose() 被呼叫時回應。

所有被包裝器鎖定或分配的資源都應該被釋放。

參數

這個函式沒有參數。

回傳值

無回傳值。

參見

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top