Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php8 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
14 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
30 public static function getLocales(string $bundle): array|false {}
/php-src/ext/intl/
H A Dphp_intl.stub.php546 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
548 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso…
550 function resourcebundle_count(ResourceBundle $bundle): int {}
556 function resourcebundle_locales(string $bundle): array|false {}
558 function resourcebundle_get_error_code(ResourceBundle $bundle): int {}
560 function resourcebundle_get_error_message(ResourceBundle $bundle): string {}

Completed in 68 milliseconds