Metainformationen zur Seite

LBSystem::get_miniserver_by_ip

$msnr = LBSystem::get_miniserver_by_ip($ipaddress)

 Searches for the given ip address in the Miniserver list and returns the list number. Use the list number in the array of get_miniservers. 

Usage

require_once "loxberry_system.php";
 
$msno = LBSystem::get_miniserver_by_ip("192.168.0.77");
 
echo "This is miniserver no. $msno";