摘要:
"; /* implode — 将一个一维数组的值转化为字符串 说明 string implode ( string $glue , array $pieces ) string implode ( array $pieces ) 用 glue 将一维数组的值连接为一个字符串。 参数 glue 默认为空的字符串。 pieces 你想要转换的数组。 返回值 返回一个... 阅读全文
posted @ 2017-12-18 18:16
看天空
阅读(1932)
评论(0)
推荐(0)