合計訪問数、今月の訪問数、昨日の訪問数、今日の訪問数の統計を実現し、テキスト ストレージを使用し、シンプルで使いやすい
テキスト データベースを自動的に作成し、この php を同じディレクトリに保存します。表示効果は以下のとおりです:
呼び出し方法:
<?php<br>
エラー報告(0);<br>
header ( "Content-type: text/html; charset=utf-8" );<br>
//データファイルのパスを設定します<br>
$file = dirname(__FILE__).'/tongji.db';<br>
$data = unserialize(file_get_contents($file));<br>
//レコードキー値を設定します<br>
$total = '合計';<br>
$month = date('Ym');<br>
$today = date('Ymd');<br>
$yesterday = date('Ymd',strtotime("-1 日"));<br>
$tongji = array();<br>
// 総訪問数が増加しました<br>
$tongji[$total] = $data[$total] + 1;<br>
// 今月の訪問数が増加しました<br>
$tongji[$month] = $data[$month] + 1;<br>
// 今日はアクセス数が増えました<br>
$tongji[$today] = $data[$today] + 1;<br>
//昨日に引き続き訪問してください<br>
$tongji[$昨日] = $data[$昨日];<br>
//統計を保存する <br>
file_put_contents($file, シリアライズ($tongji));<br>
//データを出力します<br>
$total = $tongji[$total];<br>
$month = $tongji[$month];<br>
$today = $tongji[$today];<br>
$昨日 = $tongji[$昨日]?$tongji[$昨日]:0;<br>
echo "document.write('総訪問数 {$total}、今月 {$month}、昨日 {$yesterday}、今日 {$today}');";
クラウドカンファレンス北京駅: アリババの技術専門家が会議に現れることはほとんどありません現場、今回は100人以上来てた? !