해당 폴더 파일 리스트 추출 하기
by I-진 2022. 8. 11. 14:58
$path = __DIR__; // 경로 $files = array_diff(scandir($path), array('.', '..')); echo var_dump($files);
ERROR 메시지 출력
2022.11.01
서버 로컬 IP 추출
2022.07.27
short_open_tag 활성화
2022.07.25