로그기록

///////////////////////////////
//로그기록하는 범용함수
//////////////////////////////////
function write_log( $kind, $msg ) {
global $log_dir ;

$log_file = $log_dir."/".$kind."_".date("Ymd").".log" ;

if( $fp = @fopen( $log_file, "a+" ) ) {
fwrite( $fp, $msg."
" ) ;
}
}
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2003/11/12 14:53 2003/11/12 14:53
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/20

Trackback URL : http://tcbs17.cafe24.com/tc/trackback/20

« Previous : 1 : ... 6316 : 6317 : 6318 : 6319 : 6320 : 6321 : 6322 : 6323 : 6324 : ... 6391 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/05   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Statistics Graph

Site Stats

Total hits:
195065
Today:
233
Yesterday:
630