<?php $followArry1 = array('a', 'b', 'c');$mem = 'd'; $result = implode(',', $followArry1 + array($mem)); var_dump($result);
Standard input is empty
string(5) "a,b,c"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!