Searched refs:glue (Results 1 – 1 of 1) sorted by relevance
461 * @param string $glue Character to implode with465 protected function pImplode(array $nodes, string $glue = ''): string { argument475 return implode($glue, $pNodes);
Completed in 6 milliseconds