Net_MAC
[ class tree: Net_MAC ] [ index: Net_MAC ] [ all elements ]

File: MAC.php

Source Location: /Net_MAC-0.1.5/Net/MAC.php

Classes:

Net_MAC_Exception
Extension of the main PEAR_Exception Class for use with the Net_MAC class.
Net_MAC
Class to validate and cleanly format Media Access Control (MAC) addresses

Page Details:

Includes:

require_once('PEAR/Exception.php') [line 26]
Require PEAR/Exception.php since we will be using PEAR Exceptions in this class.

NET_MAC_ERROR_BADDATA [line 47]

NET_MAC_ERROR_BADDATA = 2
Error constant: signifies bad data being passed to a function

[ Top ]



NET_MAC_ERROR_BADDB [line 52]

NET_MAC_ERROR_BADDB = 3
Error constant: signifies a bad database connection

[ Top ]



NET_MAC_ERROR_BADFILE [line 57]

NET_MAC_ERROR_BADFILE = 4
Error constant: signifies a bad manufacturers file

[ Top ]



NET_MAC_ERROR_BADOPT [line 42]

NET_MAC_ERROR_BADOPT = 1
Error constant: signifies a bad option being passed to a function

[ Top ]



NET_MAC_ERROR_OK [line 37]

NET_MAC_ERROR_OK = 0
Error constant: signifies no problem (OK)

[ Top ]



NET_MAC_LINE_MAXLENGTH [line 32]

NET_MAC_LINE_MAXLENGTH = 256
Constant to represent the maximum length of a line in the manufacturers file.

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:17:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.