intl
- 网络国际;打开
-
Also , the intl library provides a dual interface & functional and object-oriented .
而且,intl库还提供了一个双重接口&函数式的和面向对象的。
-
This short article introduced the most important and useful functionality that the intl library provides .
这篇短文介绍了intl库所提供的最重要也是最有用的功能。
-
The Locale class provided in the intl library defines handy utility methods .
intl库内提供的Locale类定义了方便的实用工具方法。
-
The intl library has been a standard part of PHP since V5.3 .
自V5.3,intl库一直都是PHP的一部分。
-
To solve this , the intl library provides the Normalizer class .
为了解决这个问题,intl库提供了Normalizer类。
-
All intl functions and methods that are locale-aware accept a language tag as a locale identifier .
对locale敏感的所有intl函数和方法都接受一个语言标签作为一个locale标识符。
-
When your scripts are processing data in UTF-8 , you 're ready to add more internationalization features with the intl library .
当脚本在处理UTF-8格式的数据时,用intl库还可以添加更多的国际化特性。
-
Many PHP libraries already expect that strings are encoded in UTF-8 , including all functions working with XML and the newly added intl library .
很多PHP库都默认字符串是以UTF-8编码的,包括处理XML的所有函数和新添加的intl库。
-
Apart from number and currency formatting , intl handles more sophisticated tasks , like spelling out numbers & again , not only for English but for many supported locales .
除了数字和货币格式化之外,intl还能处理更为复杂的任务,比如拼写出数字&同样地,不只是针对英语,很多其他受支持的locale也可以。
-
At the time , I was a general manager at Intel Corporation INTL 1.01 % , and had been tasked with turning an education PC initiative into a for-profit business .
那时我还是英特尔公司(IntelCorporation)的一名总经理,负责将一个教育类个人电脑的项目变成一门赚钱的生意。
-
But when you have to handle all the boring details different decimal and grouping separators used in different languages , for example you will like that you can use intl to do it for you .
但是您仍需要处理所有的繁琐细节比如,在不同语言内使用的不同的小数和分组分隔符若intl能代劳的话,您自然会非常乐意。
-
Luckily , the intl library provides the Collator class ( and shadow functions with names starting with collator_ ), which you can use to compare and sort strings with respect to your selected locale .
所幸的是,intl库提供了Collator类(以及名字以collator开头的影子函数),可用来根据特定的locale对比和排序字符串。