Faker\Provider\Text::implode PHP Méthode

implode() protected static méthode

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