'php5/파일관련함수'에 해당되는 글 25건
- 도메인 상태 확인 - resource fsockopen ( string $hostname ) 2014.01.29
- 파일 상대경로을 절대경로로 반환 - string realpath ( string $path ) 2014.01.10
- 파일 목록 배열 반환 - array scandir ( string $directory ) 2014.01.10
- 파일 출력과 길이 반환 - int readfile ( string $filename ) 2014.01.10
- 파일 업로드 관련 함수 (예제없음) 2014.01.10
- 파일 실행 가능 확인 - bool is_executable ( string $filename ) 2014.01.10
- 파일 일반파일 확인 - bool is_file ( string $filename ) 2014.01.10
- 파일 디렉토리 확인 - bool is_dir ( string $filename ) 2014.01.10
- 파일 쓰기 가능 확인 - bool is_writable ( string $filename ) 2014.01.10
- 파일 읽기 가능 확인 - bool is_readable ( string $filename ) 2014.01.10
- 파일 권한 변경 - bool chmod ( string $filename , int $mode ) 2014.01.10
- 파일 삭제 - bool unlink ( string $filename ) 2014.01.10
- 파일 디렉토리 삭제, 생성 - bool rmdir ( string $dirname ), bool mkdir ( string $pathname ) 2014.01.10
- 파일 전체 읽기 - int fpassthru ( resource $handle ) 2014.01.10
- 파일 사용시 접근 잠금 - bool flock ( resource $handle , int $operation ) 2014.01.10
- 파일 존재 확인 - bool file_exists ( string $filename ) 2014.01.10
- 파일 복사 - bool copy ( string $source , string $dest ) 2014.01.10
- 시스템 명령어 실행2 - string exec ( string $command ) 2014.01.10
- 시스템 명령어 실행1 - string system ( string $command ) 2014.01.10
- 파일 경로 반환 - string dirname ( string $path ) 2014.01.09