NextindexPrevious

Programs in PHP

11. Program to join the array elements into a string.
<?php

	$arr = array('w','e','l','c','o','m','e');
	$str = join($arr);
	echo $str;
	
?>
Output :

welcome

Father of PHP

Rasmus Lerdorf

Rasmus Lerdorf

Born: November 22, 1968, Greenland