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
The definitive reference with all things PHP, and their definitions.
Contents: