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
6
class
ResourceBundle
implements
IteratorAggregate
,
Countable
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
44
public
function
getIterator
():
Iterator
{}
45
}
ResourceBundle
Definition
resourcebundle.stub.php:7
ResourceBundle\get
get(string|int $index, bool $fallback=true)
Definition
resourcebundle.stub.php:17
ResourceBundle\create
static create(?string $locale, ?string $bundle, bool $fallback=true)
Definition
resourcebundle.stub.php:14
ResourceBundle\count
count()
Definition
resourcebundle.stub.php:23
ResourceBundle\getLocales
static getLocales(string $bundle)
Definition
resourcebundle.stub.php:30
ResourceBundle\getIterator
getIterator()
Definition
resourcebundle.stub.php:44
ResourceBundle\getErrorMessage
getErrorMessage()
Definition
resourcebundle.stub.php:42
ResourceBundle\__construct
__construct(?string $locale, ?string $bundle, bool $fallback=true)
Definition
resourcebundle.stub.php:8
ResourceBundle\getErrorCode
getErrorCode()
Definition
resourcebundle.stub.php:36
Countable
Definition
zend_interfaces.stub.php:59
IteratorAggregate
Definition
zend_interfaces.stub.php:8
Iterator
Definition
zend_interfaces.stub.php:14
function
function(EX_VAR(opline->result.var))
ext
intl
resourcebundle
resourcebundle.stub.php
Generated on Sat Aug 23 2025 01:46:08 for php-internal-docs by
1.13.2