Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як ми можемо отримати значення 'c' пізніше в PHP?
$a = array( 'a', 3 => 'b', 'c');
$a = array(
'a',
3 => 'b',
'c'
);
$a[0]
$a[2]
$a[1]
$a[3]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!