1 NAME
2 implode - implode a string
3
4 SYNOPSIS
5 string implode(string *arr, string separator)
6
7
8 DESCRIPTION
9 Return a string, consisting of all string elements of the array arr
10 concatenated, separated by the string separator.
11
12 ERRORS
13 If the resulting string would be too long, an error will result.
14 The argument array may contain only string values.
15
16 SEE ALSO
17 kfun/explode, kfun/parse_string, kfun/sscanf
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.