libphonenumber\prefixmapper\PrefixTimeZonesMap::tokenizeRawOutputString PHP Method

tokenizeRawOutputString() protected method

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