emplode("@",$row)中@是什么意思
回复讨论(解决方案)
以 @ 分割
emplode???是implode才对吧
$row = array(1,2,3);
implode("@",$row);
结果就是 1@2@3
就是将数组已@为连接符,组成字符串
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn