NextDom\Helpers\NetworkHelper
Class NetworkHelper
Synopsis
class NetworkHelper
{
- // methods
- public static string getUserLocation()
- public static string getClientIp()
- public static mixed|string getNetworkAccess()
- public static void checkConf()
- public static array getInterfacesList()
- public static bool|string getInterfaceIp()
- public static bool netMatch()
- public static bool test()
- public static bool|mixed|string getIpFromString()
- public static bool|string getInterfaceMac()
- public static void cron5()
- public static void checkOpenPort()
Tasks
Line | Task |
---|---|
54+ | : Dépendance avec le plugin OpenVPN |
70 | Pourquoi ? Si l'ip est valide |
Methods
public
- checkConf()
- checkOpenPort()
- cron5()
- getClientIp() — Get server IP from PHP server data
- getInterfaceIp()
- getInterfaceMac()
- getInterfacesList()
- getIpFromString()
- getNetworkAccess() — Get type of network access
- getUserLocation() — Get user source location
- netMatch()
- test()