Php implode function example Submitted by sandykrish on Thu, 10/13/2016 - 23:49 Implode is a function used in php which is used to form a string from an element of array. Syntax: implode(“, ”,$string);