Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як оголошується асоціативний масив у PHP?
$arr = "key1" => "value1", "key2" => "value2";
$arr = ["key1" => "value1", "key2" => "value2"];
$arr = {"key1": "value1", "key2": "value2"};
$arr = ["key1": "value1", "key2": "value2"];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!