Home
last modified time | relevance | path

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

/PHP-8.3/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…
34 public static function getLocales(string $bundle): array|false {}
/PHP-8.3/ext/intl/
H A Dphp_intl.stub.php542 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
545 function resourcebundle_get(ResourceBundle $bundle, $index, bool $fallback = true): mixed {}
547 function resourcebundle_count(ResourceBundle $bundle): int {}
553 function resourcebundle_locales(string $bundle): array|false {}
555 function resourcebundle_get_error_code(ResourceBundle $bundle): int {}
557 function resourcebundle_get_error_message(ResourceBundle $bundle): string {}

Completed in 13 milliseconds