Class Repository
Representation of a CLDR.
<?php namespace ICanBoogie\CLDR; $repository = new Repository($provider); var_dump($repository->locales['fr']); var_dump($repository->territories['FR']);
- ICanBoogie\CLDR\Repository uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\CLDR
See: http://www.unicode.org/repos/cldr-aux/json/24/
Located at Repository.php
See: http://www.unicode.org/repos/cldr-aux/json/24/
Located at Repository.php
Methods summary
public
format_number( mixed $number
, string $pattern
, array $symbols
= [] )
: string
Format a number with the specified pattern.