프리랜서 웹개발자RELATION

RELATION 로고

PHP 웹프로그래밍

[파일 디렉토리함수] filesize() 파일의 크기(byte)를 구합니다.

북마크 작성자 정보
filesize()
파일의 크기(byte)를 구합니다.

int filesize(string 파일명);
<?

echo filesize("test.txt");

?>

이 포스트 공유하기

전체목록