php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (?string $locale, ?string $bundle, bool $fallback=true) | |
get (string|int $index, bool $fallback=true) | |
count () | |
getErrorCode () | |
getErrorMessage () | |
getIterator () | |
Static Public Member Functions | |
static | create (?string $locale, ?string $bundle, bool $fallback=true) |
static | getLocales (string $bundle) |
@generate-class-entries @not-serializable
Definition at line 6 of file resourcebundle.stub.php.
ResourceBundle::__construct | ( | ?string | $locale, |
?string | $bundle, | ||
bool | $fallback = true ) |
Definition at line 8 of file resourcebundle.stub.php.
ResourceBundle::count | ( | ) |
@tentative-return-type @alias resourcebundle_count
Implements Countable.
Definition at line 23 of file resourcebundle.stub.php.
|
static |
@tentative-return-type @alias resourcebundle_create
Definition at line 14 of file resourcebundle.stub.php.
ResourceBundle::get | ( | string|int | $index, |
bool | $fallback = true ) |
@tentative-return-type
Definition at line 17 of file resourcebundle.stub.php.
ResourceBundle::getErrorCode | ( | ) |
@tentative-return-type @alias resourcebundle_get_error_code
Definition at line 36 of file resourcebundle.stub.php.
ResourceBundle::getErrorMessage | ( | ) |
@tentative-return-type @alias resourcebundle_get_error_message
Definition at line 42 of file resourcebundle.stub.php.
ResourceBundle::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 44 of file resourcebundle.stub.php.
|
static |
Definition at line 30 of file resourcebundle.stub.php.