<?php $arr = ['Segunda', 'Terça', 'Quarta', 'Sexta']; echo implode(',', $arr);
Standard input is empty
Segunda,Terça,Quarta,Sexta
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!