PHP Класс Ramsey\Uuid\Provider\Node\SystemNodeProvider

Наследование: implements Ramsey\Uuid\Provider\NodeProviderInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
getNode ( ) : string | false Returns the system node ID

Защищенные методы

Метод Описание
getIfconfig ( ) : string Returns the network interface configuration for the system

Описание методов

getIfconfig() защищенный Метод

Returns the network interface configuration for the system
protected getIfconfig ( ) : string
Результат string

getNode() публичный Метод

Returns the system node ID
public getNode ( ) : string | false
Результат string | false System node ID as a hexadecimal string, or false if it is not found