Metainformationen zur Seite

LBSystem::get_localip

$myip = get_localip();

 Returns the LoxBerry network ip address as string. 

Usage

require_once "loxberry_system.php";
 
$myip = LBSystem::get_localip();