GoLang streamWrapper::stream_stat

request it (269)
GoLang replacement for PHP's streamWrapper::stream_stat [edit | history]



Do you know a GoLang replacement for PHP's streamWrapper::stream_stat? Write it!

PHP streamWrapper::stream_stat

PHP original manual for streamWrapper::stream_stat [ show | php.net ]

streamWrapper::stream_stat

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

streamWrapper::stream_statRetrieve information about a file resource

Description

public array streamWrapper::stream_stat ( void )

This method is called in response to fstat().

Parameters

This function has no parameters.

Return Values

See stat().

Errors/Exceptions

Emits E_WARNING if call to this method fails (i.e. not implemented).

See Also