구분 | 결과 |
---|---|
read_file() | test Text1 : 20241123004628 test Text2 : 20241123004628 |
get_filenames('path') | |
get_file_info('file_name') | |
delete_files('path') | 지정한 경로내의 모든 파일을 지웁니다. |
get_dir_file_info('path') | 지정된 디렉토리를 읽은후 파일명,크기,날짜,권한등을 담은 배열을 리턴 합니다. |
get_mime_by_extension() | text/plain |
symbolic_permissions() | -rw-r--r-- |
octal_permissions() | 644 |
// End of Sample
© Copyright by hoksi(Page rendered in 0.0048 seconds)