Which loop in PHP executes at least once?

Explanation:

do-while loop executes the block at least once.

Explore more in Computer Science: