PHP - String Functions
What is the output of this PHP code?
$arr = ['red', 'green', 'blue'];
echo implode('|', $arr);
$arr = ['red', 'green', 'blue'];
echo implode('|', $arr);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions