[ 源代码: php-twig ]
软件包:php-twig-intl-extra(3.21.1-1)
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
A Twig extension for Intl
Twig Intl extension that provides the following:
- country_name filter: returns the country name given its two-letter/five-letter code; - currency_name filter: returns the currency name given its three-letter code; - currency_symbol filter: returns the currency symbol given its three-letter code; - language_name filter: returns the language name given its two-letter/five-letter code; - locale_name filter: returns the language name given its two-letter/five-letter code; - timezone_name filter: returns the timezone name given its identifier; - country_timezones filter: returns the timezone identifiers of the given country code; - format_currency filter: formats a number as a currency; - format_number filter: formats a number; - format_datetime filter: formats a date time; - format_date filter: formats a date; - format_time filter: formats a time.
Twig itself is a flexible, fast and secure template engine for PHP.
其他与 php-twig-intl-extra 有关的软件包
|
|
|
|
-
- dep: php-common
- PHP 包的通用文件
-
- dep: php-symfony-intl
- limited replacement layer for the PHP extension intl
-
- dep: php-twig
- Flexible, fast, and secure template engine for PHP