Excuse me, what if in a foreach loop in php I had to start from a specific item of the array rather than the index 0 ?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Excuse me, what if in a foreach loop in php I had to start from a specific item of the array rather than the index 0 ??

Intelligent question.

30th Nov 2019, 1:47 PM
Akhil Anand
Akhil Anand - avatar
2 Respuestas
0
I'm not sure but may be you can use an if statement inside the for each loop to print the desired result.
30th Nov 2019, 1:51 PM
Avinesh
Avinesh - avatar
0
Ok
30th Nov 2019, 1:56 PM
Akhil Anand
Akhil Anand - avatar