Function GettextExtensionDriver->setLocale
Definitions
sources/isocodes/vendor/sokil/php-isocodes/src/TranslationDriver/GettextExtensionDriver.php
- Warning: If defined, will configure system locale.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: void
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$locale | string | No | No | required parameter | N/A | N/A | $locale |
Preview
Code (PHP)
/**
* Warning: If defined, will configure system locale.
*
* @param string $locale $locale
*/
public function setLocale(string $locale) : void
* Warning: If defined, will configure system locale.
*
* @param string $locale $locale
*/
public function setLocale(string $locale) : void