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);
    }