로그기록

///////////////////////////////
//로그기록하는 범용함수
//////////////////////////////////
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 : ... 965 : 966 : 967 : 968 : 969 : 970 : 971 : 972 : 973 : ... 1009 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/11   »
          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
Statistics Graph

Site Stats

Total hits:
240328
Today:
124
Yesterday:
856