본문 바로가기

밥벌이관련/php

파일 존재 유무 체크

function fileExists($path){
    return (@fopen($path,"r")==true);
}

'밥벌이관련 > php' 카테고리의 다른 글

[XAMPP]HOW TO SET UP MULTIPLE VIRTUAL HOST  (0) 2018.02.27
Google Shortener API  (0) 2017.09.28
PHPExcel.php  (0) 2017.08.10