로그파일 남기기 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

로그파일 남기기

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 31,151회 작성일 22-03-26 19:24

본문

$requestData = file_get_contents('php://input');

function writelog($file, $log, $ln="")
{
   global $requestData;
   $fp = @fopen($file, "a+");
   ob_start();
   print_r($log);
   $msg = ob_get_contents();
   ob_end_clean();

   $date = date("Y-m-d H:i:s");

   $logMsg = "\n\n==============================\n";
   $logMsg .= ($ln == "") ? ("[".$date."] ") : ("[".$date."] Ln".$ln.": ");

   $msg = $logMsg . $msg;
   $msg .= "\n";
   $msg .= $requestData;

   @fwrite($fp, $msg);
   @fclose($fp);
}
$logFile = G5_PATH."/log/api_".G5_TIME_YMD.".log";

 

echo json_encode($data);
writeLog($logFile, $mb_id.' - '.json_encode($data));

댓글목록

등록된 댓글이 없습니다.

Total 829건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
829 제로 2154 06-18
828 제로 4851 03-21
827 제로 4864 02-23
826 제로 31154 11-02
825 제로 34313 07-10
824 제로 44715 04-06
823 제로 31977 02-21
822 제로 37897 12-31
821 제로 31134 12-24
820 제로 30920 12-04
819 제로 33622 10-17
818 제로 32473 10-02
817 제로 58716 08-04
816 제로 30891 08-04
815 제로 41980 08-03
814 제로 42443 07-08
813 제로 73063 07-08
812 제로 88675 07-06
811 제로 32129 06-09
810 제로 37975 06-03
809 제로 36297 04-16
808 제로 36811 03-29
열람중 제로 31152 03-26
806 제로 38525 03-12
805 제로 33372 03-10

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5470-4714
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
99,573
어제
199,034
최대
431,155
전체
8,555,140
Copyright (c) 株式会社YHPLUS. All rights reserved.