PHP Class Ramsey\Uuid\Provider\Node\SystemNodeProvider

Inheritance: implements Ramsey\Uuid\Provider\NodeProviderInterface
Show file Open project: ramsey/uuid

Public Methods

Method Description
getNode ( ) : string | false Returns the system node ID

Protected Methods

Method Description
getIfconfig ( ) : string Returns the network interface configuration for the system

Method Details

getIfconfig() protected method

Returns the network interface configuration for the system
protected getIfconfig ( ) : string
return string

getNode() public method

Returns the system node ID
public getNode ( ) : string | false
return string | false System node ID as a hexadecimal string, or false if it is not found