Source Code:
(back to article)
<?php $fruits = ['apple', 'banana', 'cherry']; echo current($fruits);
Result:
Report an issue