Advertisements
Advertisements
प्रश्न
Write Syntax of For each loop in PHP.
टिप्पणी लिखिए
Advertisements
उत्तर
for each ($array as $value)
{
code to be executed;
}shaalaa.com
Looping Structure
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
PHP supports which types of looping techniques ______.
Define for loop in PHP.
Write Syntax of For loop in PHP.
Write Syntax of while loop in PHP.
Compare for loop and for each loop.
Explain the use of for each loop in PHP.
Write the features Looping Structure.
Write the purpose of Looping Structure in PHP.
Write short notes on Do while Loop.
Explain working of loops in array.
