streamWrapper::stream_stat

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

streamWrapper::stream_statRetrieve information about a file resource

說明

public streamWrapper::stream_stat(): array|false

This method is called in response to fstat().

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

See stat().

錯誤/異常

調(diào)用此方法失敗將給出 E_WARNING(未實現(xiàn))。

參見