Glue

Glue represents the piece of string that is used as separator between elements in a join() operation. Glue is also called a separator.

<?php

    print join(glue, [1, 2, 3]);

?>

Related : Separator