���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/cldr-plural-rule-parser/README.md
���ѧ٧ѧ�
CLDRPluralRuleParser ============= CLDRPluralRuleParser is a PHP library for parsing [plural rules](http://cldr.unicode.org/index/cldr-spec/plural-rules) specified in the [CLDR project](http://cldr.unicode.org/index). This library does not contain the rules from the CLDR project, you have to get them yourself. Here is how you use it: ```php use CLDRPluralRuleParser\Evaluator; // Example for English $rules = ['i = 1 and v = 0']; $forms = ['syntax error', 'syntax errors']; for ( $i = 0; $i < 3; $i++ ) { $index = Evaluator::evaluate( $i, $rules ); echo "This code has $i {$forms[$index]}\n"; } // This code has 0 syntax errors // This code has 1 syntax error // This code has 2 syntax errors ``` License ------- The project is licensed under the GPL license 2 or later.
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.19 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�