Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
13 public static function create(?string $locale, ?string $bundle, bool $fallback = true) {}
32 public static function getLocales(string $bundle) {}
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php350 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
353 function resourcebundle_get(ResourceBundle $bundle, $index, bool $fallback = true): mixed {}
355 function resourcebundle_count(ResourceBundle $bundle): int {}
357 function resourcebundle_locales(string $bundle): array|false {}
359 function resourcebundle_get_error_code(ResourceBundle $bundle): int {}
361 function resourcebundle_get_error_message(ResourceBundle $bundle): string {}

Completed in 10 milliseconds