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);

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