public function base64() { // base64 데이터 수신 $image=$_POST['imegse']; // 그림 이름 설정 $imageName = "25220_.date("His", time())."_.rand(1111,9999).'.png'; // 쉼표 유무 판단, 있으면 뒷부분 캡처 if (strstr($image,","){ $image = explode(',',$image); $image = $image[1]; } // 그림 저장 경로 설정 $path = "./".date("Ymd", time( )); // 디렉터리 존재 여부 판단 및 존재 여부 if (!is_dir($path){ mkdir($path,0777,true); } // 그림 경로 $imageSrc= $path."/..