
implode(3)            LPC 系统函数            implode(3)

名称
     implode() - concatenate strings

语法
     string implode( mixed *arr, string del );

描述
     Concatenate all strings  found  in  array  `arr',  with  the
     string  `del'  between  each  element. Only strings are used
     from the array.  elements that are not strings are ignored.

请参考
     explode(3), sprintf(3)

MudOS                Last change: 5 Sep 1994                    1

