Universeorange.com/Docs/
{implode(String $glue , Array $pieces)}
{implode()}
— Join array elements with a string.
Join array elements with a separator string.
Returns a string containing a string representation of all the array elements in the same order, with the separator string between each element.
https://www.php.net/manual/en/function.implode.php
Last modified: 2021-06-07
© 2021 universeorange.com