Glue represents the piece of string that is used as separator between elements in a join() operation. Glue is also called a separator.
join()
<?php print join(glue, [1, 2, 3]); ?>
Documentation
Related : Separator
Contents: