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=':'])

Description

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

Parameter

Return value

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

Note

This function should be called statically.

Example