wms7-statistic.php

Description: Create statistics table of visits.

PHP version 8.0.1

Functions

wms7_parse_user_agent()

wms7_parse_user_agent(string  $user_agent) : array

Parsing User Agent to extract data: name browser, name platform, name operating system.

Parameters

string $user_agent

User Agent of visitor.

Returns

array

wms7_create_graph_stat()

wms7_create_graph_stat(string  $where) : array

Creates graph statistic of visits.

Parameters

string $where

Login result (0, 1, 2, 3).

Returns

array

wms7_create_table_stat()

wms7_create_table_stat(string  $where) : array

Create table statistic of visits.

Parameters

string $where

Login result (0, 1, 2, 3).

Returns

array