Forum und email

filesize

(PHP 4, PHP 5)

filesize — 파일의 크기를 가져옵니다

Description

int filesize ( string $filename )

파일의 크기나 FALSE를 반환합니다.

이 함수의 실행결과는 캐시가 됩니다. 좀 더 자세한 내용을 알고 싶을때는 clearstatcache()를 참조하세요.