Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- TPL
- Postfix
- php
- 확장자
- 천단위
- install
- ubuntu
- Selectbox
- 문자열자르기
- jQuery
- TextBox
- 일괄변경
- mariadb
- i18n
- replace
- Python
- 한글 깨짐
- Eclipse
- random
- smarty
- MySQL
- SVN
- RabbitMQ
- yum
- 부모창
- centos
- docker
- JavaScript
- Oracle
Archives
- Today
- Total
목록파일처리 (1)
wilson's story
[펌] php 파일처리
파일과 관련된 PHP 함수 정리 1. file_exists [↗] 파일을 옮기거나, 복사하거나 파일의 내용을 읽을 때, 파일이 존재하는 지 여부를 체크하는 함수 bool file_exists ( string $filename )$filename은 파일의 경로와 이름을 인자로 받으며, $filename이 유효한지 여부를 리턴합니다. 2. file Information를 얻고 싶을 때 array stat ( string $filename ) [↗] - 파일의 통계정보를 리턴 string filetype ( string $filename ) [↗] - 파일타입을 리턴합니다. 리턴되는 타입은 fifo, char, dir, block, link, file, socket and unknown 이 리턴됩니다. int..
PHP
2008. 7. 17. 16:25