Net_MAC::check()

Net_MAC::check() -- Validates Media Access Control (MAC) addresses

Synopsis

require_once 'Net/MAC.php';

string Net_MAC::check (string $input [, string $delimiter=':'])

Beschreibung

This function will check a MAC address to make sure it is valid.

Parameter

Rückgabewert

boolean - TRUE if the MAC address is valid, FALSE otherwise

Hinweise

Diese Methode sollte statisch aufgerufen werden..

Beispiel