Function HistoricCountries->arrayToEntry
Definitions
sources/isocodes/vendor/sokil/php-isocodes/src/Database/HistoricCountries.php
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: Country
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$entry | arrayNo |
No |
required parameter |
N/A |
N/A |
string> $entry |
|
Preview
Code (PHP)
/**
*
*
* @param array<string, $entry string> $entry
*/
protected function arrayToEntry(array $entry) : Country
*
*
* @param array<string, $entry string> $entry
*/
protected function arrayToEntry(array $entry) : Country