Pinq\IAggregatable::implode PHP Method

implode() public method

Returns a string of all the values concatenated by the delimiter.
public implode ( string $delimiter, callable $function = null ) : string
$delimiter string The string to delimit the values by.
$function callable The function which will return the values.
return string
    public function implode($delimiter, callable $function = null);