Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$arr = array('Hello','World!','Beautiful','Day!');
echo join(" ",$arr);
?>
</body>
<!-- /php/phptryit.asp?filename=tryphp_func_string_join Thu, 06 Feb 2025 19:27:07 GMT -->
</html>
Hello World! Beautiful Day!