Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
У PHP, яка функція розбиває рядок зі значеннями, розділеними комами, на масив?
explode(',', $string);
extract($string);
strstr($string, ',');
strtok($string, ',');
implode(',', $string);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!