php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
resourcebundle.stub.php
Go to the documentation of this file.
1<?php
2
4
7{
8 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
9
14 public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceBundle {}
15
17 public function get(string|int $index, bool $fallback = true): ResourceBundle|array|string|int|null {}
18
23 public function count(): int {}
24
30 public static function getLocales(string $bundle): array|false {}
31
36 public function getErrorCode(): int {}
37
42 public function getErrorMessage(): string {}
43
45}
get(string|int $index, bool $fallback=true)
static create(?string $locale, ?string $bundle, bool $fallback=true)
static getLocales(string $bundle)
__construct(?string $locale, ?string $bundle, bool $fallback=true)
function(EX_VAR(opline->result.var))