Which PHP statement is used to jump out of a loop?

96. Which PHP statement is used to jump out of a loop?

  1. exit
  2. break
  3. continue
  4. stop

Answer: B) break

Explanation:

In PHP, the break statement is used to jump out of a loop.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.