PHP - String Functions
Find the problem in this PHP code snippet:
$items = ['x', 'y', 'z'];
echo implode(' ', $items[0]);
$items = ['x', 'y', 'z'];
echo implode(' ', $items[0]);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions