コード例 #1
0
ファイル: test.php プロジェクト: puneetbharti/ad1024
<?php

include 'counter.php';
$rs = new Counter("localhost", "cafetrac", "root", "dbMy#58@em", '1-1011', '1-1-1--100--1', 1024, '1010');
$result = $rs->activateScreen();
var_dump($result);