$ary=explode(",",$str);
文字列$strを
","区切りで配列に分解
逆は
$stringdata=implode(",",$ary);
$ary=explode(",",$str);
文字列$strを
","区切りで配列に分解
逆は
$stringdata=implode(",",$ary);
トラックバックURL: http://www.adg7.com/mt/mt-tb.cgi/369
コメントする