php php 에서 파일 권한 설정

2010.05.21 14:47

Elkha 조회 수:4594

문법

chmod(file,mode)

사용 예

chmod("test.txt",0600);
chmod("test.txt",0644);
chmod("test.txt",0755);
chmod("test.txt",0740);

번호 제목 날짜 조회 수
6 MySQL 설치 file 2010.05.11 17280
5 Apache 설치 file 2010.05.11 16667
4 PHP 설치 file 2010.05.11 15057
3 Lighttpd 설치 file 2010.05.11 20679
2 php 에서 텍스트 파일을 생성, 수정하기 file 2010.05.19 9928
» php 에서 파일 권한 설정 2010.05.21 4594