PHP - String Functions
What will be the output of this code?
$str = 'a,b,c,d';
$result = explode(',', $str, 2);
print_r($result);$str = 'a,b,c,d';
$result = explode(',', $str, 2);
print_r($result);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions