libphonenumber\prefixmapper\PrefixTimeZonesMap::tokenizeRawOutputString PHP Метод

tokenizeRawOutputString() защищенный Метод

Split {@code timezonesString} into all the time zones that are part of it.
protected tokenizeRawOutputString ( $timezonesString ) : array
$timezonesString String
Результат array
    protected function tokenizeRawOutputString($timezonesString)
    {
        return explode(static::RAW_STRING_TIMEZONES_SEPARATOR, $timezonesString);
    }