vipsoft/network-interfaces

net_get_interfaces 类包装器

1.0.0 2023-12-01 14:58 UTC

This package is auto-updated.

Last update: 2024-08-31 00:46:18 UTC


README

用于获取网络接口的类包装器。为 net_get_interfaces(自 PHP 7.3 开始添加)提供适配器(使用 ifconfig)。

功能

  • 简单易用!

    use VIPSoft\NetworkInterfaces;
    
    $netif = new NetworkInterfaces;
    
    // gets the host name
    $host = $netif->getHostAddr();
    
    // get network interfaces
    $interfaces = $netif->getNetworkInterfaces();

版权

版权所有(C)2023 Anthon Pang。有关详细信息,请参阅 LICENSE。

贡献者