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
- 공모주
- css
- Eclipse
- 코드이그나이터
- 자바스크립트
- 리눅스
- 제이쿼리
- 주식
- Oracle
- MYSQL
- 공모주 청약
- php
- 주식 청약 일정
- 주식 청약
- jquery
- Stock ipo
- java
- 맥
- 6월 공모주 청약 일정
- 자바
- linux
- JavaScript
- IPO
- codeigniter
- 7월 공모주 청약 일정
- 오라클
- Stock
- 공모주 청약 일정
- SQL
- html
Archives
- Today
- Total
목록php file_exists (2)
개발자의 끄적끄적
[php] file_exists() 파일 존재 여부 확인
[php] file_exists() 파일 존재 여부 확인 1 2 3 4 5 6 if(file_exists("$DOCUMENT_ROOT/../orders/orders.txt")) { // process logic } else { // not process logic } 출처 : https://www.opentutorials.org/course/779/4929
개발/php
2020. 1. 19. 03:00