PHP: streamWrapper::stream_stat - Manual
(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)
streamWrapper::stream_stat โ Retrieve information about a file resource
Description
public function streamWrapper::stream_stat(): array|false
This method is called in response to fstat().
Parameters
This function has no parameters.
Errors/Exceptions
Emits
E_WARNING if call to this method fails
(i.e. not implemented).
See Also
- stat() - Gives information about a file
- streamwrapper::url_stat() - Retrieve information about a file
Found A Problem?
There are no user contributed notes for this page.