文章目录[隐藏]
emplode(“@”,$row)中@是什么意思
回复讨论(解决方案)
以 @ 分割
emplode???是implode才对吧
$row = arr1本文来#源gaodai$ma#com搞$代*码*网
搞代gaodaima码
ay(1,2,3);
implode(“@”,$row);
结果就是 1@2@3
就是将数组已@为连接符,组成字符串
emplode(“@”,$row)中@是什么意思
以 @ 分割
emplode???是implode才对吧
$row = arr1本文来#源gaodai$ma#com搞$代*码*网
搞代gaodaima码
ay(1,2,3);
implode(“@”,$row);
结果就是 1@2@3
就是将数组已@为连接符,组成字符串