NAME big_implode - implode a string SYNOPSIS string big_implode(string *arr, string separator) DESCRIPTION Return a string, consisting of all string elements of the array arr concatenated, separated by the string separator. It will fully restore a string exploded with big_explode(), by taking separators at the ends into account. ERRORS If the resulting string would be too long, an error will result. The argument array may contain only string values. SEE ALSO efun/big_explode, kfun/implode, kfun/explode