PHP Class Helper\Stats

Afficher le fichier Open project: sendya/shadowsocks-panel Class Usage Examples

Méthodes publiques

Méthode Description
countMoney ( ) : integer Count money
countNode ( integer $type ) : integer Count node
countOnline ( ) : integer Count last connect time f 600s
countSignUser ( ) : integer Count sign user
countTransfer ( ) : integer Usage for all users
countUseUser ( ) : integer 使用过服务的用户
countUser ( ) : integer Count all user
dataUsage ( integer $type ) : integer 后端统计 使用量区间
onlineUsage ( integer $type ) : integer 后端统计 在线时间区间

Method Details

countMoney() public static méthode

Count money
public static countMoney ( ) : integer
Résultat integer money

countNode() public static méthode

Count node
public static countNode ( integer $type ) : integer
$type integer
Résultat integer

countOnline() public static méthode

Count last connect time f 600s
public static countOnline ( ) : integer
Résultat integer

countSignUser() public static méthode

Count sign user
public static countSignUser ( ) : integer
Résultat integer

countTransfer() public static méthode

Usage for all users
public static countTransfer ( ) : integer
Résultat integer

countUseUser() public static méthode

使用过服务的用户
public static countUseUser ( ) : integer
Résultat integer

countUser() public static méthode

Count all user
public static countUser ( ) : integer
Résultat integer

dataUsage() public static méthode

后端统计 使用量区间
public static dataUsage ( integer $type ) : integer
$type integer
Résultat integer

onlineUsage() public static méthode

后端统计 在线时间区间
public static onlineUsage ( integer $type ) : integer
$type integer
Résultat integer