thefunpower/device

v2.0.0 2024-01-16 06:44 UTC

This package is auto-updated.

Last update: 2024-04-16 07:19:23 UTC


README

获取设备信息

安装

composer require thefunpower/device

使用

get_device_info()

输出

Array
(
    [client] => Array
        (
            [type] => browser
            [name] => Chrome
            [short_name] => CH
            [version] => 120.0.0.0
            [engine] => Blink
            [engine_version] => 120.0.0.0
            [family] => Chrome
        )

    [os] => Array
        (
            [name] => Windows
            [short_name] => WIN
            [version] => 10
            [platform] => x64
            [family] => Windows
        )

    [device] => desktop
    [brand] => 
    [model] => 
    [key] => Windows10 x64 Chrome
    [uni] => Windows10 x64 Chrome desktop 127.0.0.1
)

License

Apache License 2.0

本项目包含的第三方源码和二进制文件之版权信息另行标注。