Faker\Provider\Text::implode PHP Method

implode() protected static method

protected static implode ( $words )
    protected static function implode($words)
    {
        return implode(static::$separator, $words);
    }