Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
36.8K+ articles
Python
21.3K+ articles
DSA
20.7K+ articles
Experiences
16.1K+ articles
Interview Experiences
14.2K+ articles
JavaScript
11.6K+ articles
School Learning
11.4K+ articles
Java
10.0K+ articles
Misc
8.4K+ articles
PHP
3.9K+ articles
PHP-Control-Statement
4 posts
Recent Articles
Popular Articles
How to use a switch case 'or' in PHP?
Last Updated: 11 November 2018
Problem: How to use a switch case 'or' in PHP?Solution: This can be achieved in 2 ways. They are as follows:Method 1: Without using break keyword in one of the switch ca...
read more
Technical Scripter
Web Technologies
Picked
PHP
Technical Scripter 2018
PHP-basics
PHP-Control-Statement
Determine the first and last iteration in a foreach loop in PHP?
Last Updated: 19 September 2024
In PHP, determining the first and last iteration in a foreach loop helps identify specific elements in a looped collection. The first iteration can be identified by a coun...
read more
Technical Scripter
Web Technologies
PHP
PHP Programs
PHP-Control-Statement
How to break an outer loop with PHP ?
Last Updated: 20 September 2024
In PHP, breaking an outer loop refers to exiting a parent loop from within a nested loop. This can be achieved using the break statement with a numeric argument indicating...
read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Control-Statement
PHP match Expression
Last Updated: 31 August 2022
The PHP match expression is used for the identity check of a value. It is similar to the switch statement i.e. it matches the expression with its alternative values. The m...
read more
Web Technologies
PHP
PHP-Control-Statement
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !