streamWrapper::stream_stat

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

streamWrapper::stream_statRetrieve information about a file resource

설명

public array streamWrapper::stream_stat ( void )

This method is called in response to fstat().

인수

이 함수는 인수가 없습니다.

반환값

See stat().

오류/예외

이 메쏘드 호출을 실패했을 때 E_WARNING이 발생합니다. (즉, 구현되지 않음)

참고

add a note add a note

User Contributed Notes

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