Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як у PHP створити асоціативний масив?
$array = ['value1', 'value2'];
$array = array('key1' => 'value1', 'key2' => 'value2');
$array = array('value1', 'value2');
$array = ['key1' => 'value1', 'key2' => 'value2'];
$array = ['key1', 'key2' => 'value2'];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!