×

Exercise: PHP Access Arrays





答案错误!














已完成

您已完成这些练习!

您想再做一遍吗?










恭喜!


您已完成 W3Schools.com 的 PHP 访问数组练习。



分享至






For the following array:
$fruits = array('Apple', 'Banana', 'Orange');
What will be a correct syntax to access the second item ('Banana')?