PHP chunk_split() May 21, 2012 Pramod T P It splits a string into smaller chunks Example <?php echo chunk_split(“phpcode”,1,”.”); ?> Output p.h.p.c.o.d.e.