curl로 엑셀로 글거올때 줄수 제한할수 있나요? 채택완료
주니1
8년 전
조회 4,287
아래형식으로 글거와서 엑셀에 저장할때 줄수 1000줄까지만 저장하고 싶습니다.
제한을 어떻게 하면 될까요?
$header = "Content-type: application/x-www-form-urlencoded;charset=UTF-8";
$ch = curl_init("http://www.www/www.php">http://www.www/www.php");
$fp = fopen("1212/scv", "w");
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, $header);
curl_setopt($ch, CURLOPT_ENCODING , "UTF-8");
curl_exec($ch);
curl_close($ch);
fclose($fp);
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인