函式:join()
字串处理函式库
join
将阵列变成字串。
语法:
string join(string glue, array pieces);
传回值:
字串
函式种类:
资料处理
内容说明
本函式是
implode
函式的别名。
[
上一页
下一页
]