kfosoft/php-accept-ratio-standard-enum

该软件包最新版本(20.11)没有可用的许可信息。

PHP标准接受率枚举

20.11 2020-11-27 21:05 UTC

This package is auto-updated.

Last update: 2024-08-28 05:58:48 UTC


README

安装

使用Composer安装

运行以下命令之一

    php composer.phar require kfosoft/php-accept-ratio-standard-enum:"*"

或在composer.json中添加

    "require": {
            ...
            "kfosoft/php-accept-ratio-standard-enum":"*"
    }

做得好!

API

getResolutions             - Get standard resolutions.
getAcceptRatio             - Get standard accept ratio.
getAcceptRatioByResolution - Get accept ratio of resolution.
getResolutionByAcceptRatio - Get resolutions of accept ratio.

示例1

use KFOSOFT\Domain\Display\Enumeration\StandardAcceptRatio;

var_dump(StandardAcceptRatio::getAcceptRatioByResolution('1366x768'));  
结果
string(4) "16:9"

大家,享受吧!