1. 28
    Display the contents of an array with a for loop
    3m 38s

Display the contents of an array with a for loop

InstructorMark Shust

Share this video with your friends

Send Tweet

Different from a foreach loop, a for loop in PHP allows you to iterate through an array based on an index or another conditional value.